下载地址:
下载地址1(本站为飞网专业下载站,域名:down.cfei.net)
资源简介:
void mystrcpy(const char *from, char *to){for ( ; *from!='\0'; from++, to++)*to = *from;*to = '\0';}void main( ){char *a = "I am a teacher.";//哪错了?char *b = "You are a student.";//哪错了printf("a = %s, b=%s\n",a,b);mystrcpy(a,b);printf("a = %s, b=%s\n",a,b);
飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。