文件名称:mystrcat---identical-
介绍说明--下载内容均来自于网络,请自行研究使用
编写函数mystrcat,实现和strcat完全相同的功能
数据要求
问题中的常量:#define MAXNUM 200 /*定义数组的最大长度*/
问题的输入:char str1 /*字符串1,初始的字符串*/;char str2 /*字符串2*,要连接的字符串/
问题的输出:char str1 /*字符串1,最终输出的字符串*/
-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* /
数据要求
问题中的常量:#define MAXNUM 200 /*定义数组的最大长度*/
问题的输入:char str1 /*字符串1,初始的字符串*/;char str2 /*字符串2*,要连接的字符串/
问题的输出:char str1 /*字符串1,最终输出的字符串*/
-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* /
(系统自动生成,下载前可以参看下载内容)
下载文件列表
编写函数mystrcat,实现和strcat完全相同的功能.docx