Description: Write a function to achieve mystrcat, and strcat identical function
Data requirements
Problems in# constant: define MAXNUM 200/* define array of maximum length* /
The problem of input: char STR1 /* string1, initial string* / /* char STR2* 2to connect string, the string /
The problem of output: char STR1 /* string1, the final output strings* /
To Search:
File list (Check if you may need any files):
编写函数mystrcat,实现和strcat完全相同的功能.docx