题目内容
阅读下面语句,则执行后的输出结果为【】。
include"stdio.h"
main()
{ char a,b;
for(a="0",b="9";a<b;a++,b--)
printf("%c%c",a,b);
printf("\n");}
查看答案
搜索结果不匹配?点我反馈
更多问题