#include<stdio.h> #include<string.h> void main() { char s1[30]={"people's republic of "}; char s2[]={"china"}; printf("%s\n",strcat(s1,s2));
確定! 回上一頁