填空题
以下程序运行后的输出结果是【 】。 main() {char c1,c2; for(c1=’’O’’,c2=’’9’’;c1<c2;c1++,c2-) printf("%c%c",c1,c2); printf("\n"); }
【参考答案】
0918273645
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
填空题
下面程序和运行运行结果是【 】。 typedef union student{ char name [10];long sno;char sex;float score [4];} STU;main ( ){ STU a[5];prinff( % d n , sizeof(a) );}
点击查看答案
填空题
有以下程序main( ){ int t=1,i=5;for(;i>=0;i--) t*=i;printf(“%d n”,t);} 执行后输出结果是【 】。
点击查看答案
相关试题
执行以下程序后的输出结果是【 】。main(...
以下程序运行后的输出结果【 】。struct ...
诊断和改正程序中错误的工作通常称为【 】。
下列程序的运行结果是:【 】#include ...