填空题
若输入tc,则程序的运行结果为
【8】
。
#include <stdio.h>
main()
char str[40];
fscanf(stdin,"%s",str);
fprintf(stdout,"%s/n",str);
1、
【正确答案】
1、tc
【答案解析】
提交答案
关闭