A-A+

若输入tc 则程序的运行结果为【 】。 include <stdio.h> main() {

2022-08-12 18:56:53 问答库 阅读 197 次

问题详情

若输入tc,则程序的运行结果为【 】。 include <stdio.h> main() { char str[40]; fscanf(stdin,"%s",str); fprintf(stdout,"%sn",str); }


请帮忙给出正确答案和分析,谢谢!

参考答案

正确答案:tc
tc

考点:结果,程序