文章详情
时间:2010-07-18 来源:hnrainll
//复制字符串(不采用库函数strcpy( ) #include <stdio.h> #include <stdlib.h> int main() { char a[81], b[81]; char *p = a, *h = b; gets(a); for(; *p != '\0'; p++,h++)//我们判断*p是不是结束 { *h = *p; } *h = '\0';//再补一个‘\0’ puts(b); return 0; }
辰域智控app
网医联盟app
汇丰汇选App
1970-01-01