iNF { ⊙﹏⊙ } says to eric Yu xiang的窩🙄
#include<stdio.h> #include<stdlib.h> int main(void) { char str1[3],str2[3]; printf("請輸入姓氏:"); scanf("%s",str1); printf("請輸入名字:"); scanf("%s",str2); printf("%s%s\n",str2,str1); system("pause"); return 0; }