查看会员资料
用 户 名:霍****
发送消息- Email:用户隐藏
- Icq/MSN:
- 电话号码:
- Homepage:
- 会员简介:
最新会员发布资源
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 D