摘要:
1 //运用strcat函数 2 #include<stdio.h> 3 #include<string.h> 4 int main(){ 5 char s1[100]="Tianjing,",s2[]="How are you"; 6 strcat(s1,s2); 7 puts(s1); 8 re 阅读全文
posted @ 2018-06-27 18:43
孙悟空son_ku_kong
阅读(116)
评论(0)
推荐(0)

浙公网安备 33010602011771号