填空题
下列的for语句的循环次数为______。
for(x=1,y=0;(y!=19) &&(x<7);x++);
【参考答案】
F
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
填空题
return 0
点击查看答案
填空题
有以下程序 #include <stdio.h> typedef struct int num;double s;REC; void funl(REC x) x.num=23;x.s=88.5; main() REC a=16,90.0); funl(a); printf(”%d n“,a.num); 程序运行后的输出结果是______。
点击查看答案&解析
相关试题
return 1
下列程序的运行结果是______。 main...
以下程序的输出结果是______。int f...
设有下列程序: #include<stdio.h> ...