1.CREATE A FUNCTION
void mycpy to copy a string.

2.CREATE A FUNCTION
void mycat to cut and append a string unto another string.

3.CREATE A FUNCTION
void mycomp to compare whether two strings are the same or not.

The prototypes of the functions are
1. Void mycpy(char*,char*)

2. Void mycat(char*,char*)

3. Void mycomp(char*,char*)

Don't just post your assignment here because we could care less about it. Post what you have done to write that program and what questions do you have about it. We are not going to write it for you but we will help YOU write it if you ask questions.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.