A. 输出字符c的ASCII码 B. 程序出错 C. 输出字符c D. 输出字符a的ASCII码
A. getchar( ) B. puts( ) C. gets( ) D. scanf( )
A. strcat(strcat(sl,s2),s3); B. strcat(s3,strcat(sl,s2)); C. strcat(s3,strcat(s2,sl)); D. strcat(strcat(s2,s1),s3);
A. fly B. ing C. flying D. 出错
A. num B. ber C. number D. 出错
A. 对 B. 错