用c语言输出汉字 日期:2013-10-08 21:50:49 人气:2 用c语言输出汉字 你好! 你看看编译的结果和程序吧 #include int main(){ char a[3]="我", b[3]="们" ; printf("%s%s\n",a,b); return 0;}