一、函数原型1、strcat函数将两个char类型连接。char d[20]=“GoldenGlobal”; char *s=“View”; strcat(d,s);结果放在d中printf("%s",d);输出d 为GoldenGlobalView ...
確定! 回上一頁