设有以下程序段
int x=0,s=0;
while(!x!=0)s+=++x;
printf("%d",s);
则
A.运行程序段后输出0
B.运行程序段后输出1
C.程序段中的控制表达式是非法的
D.程序段执行无限次
第1题:
设有以下程序段:int x=0,s=0; while(!x!=0) s+=++x; printf ("%d",s); 则以下叙述正确的是 。
A.运行程序段后输出0
B.运行程序段后输出1
C.程序段中的控制表达式是非法的
D.程序段执行无限次
第2题:
8、设有以下程序段 int x=0,s=0; while(!x!=0) s+=++x; printf("%d",s); 则下面描述中正确的是 。
A.运行程序段后输出0
B.运行程序段后输出1
C.循环的控制表达式不正确
D.程序段执行无限次
第3题:
【单选题】设有以下程序段 ,则 _____。 int x=0,s=0; while(!x!=0) s+=++x; printf("%d",s);
A.运行程序段后输出0
B.运行程序段后输出1
C.程序段中的表达式是非法的
D.程序段执行无限次
第4题:
【单选题】设有以下程序段 int x=0,s=0; while(!x!=0) s+=++x; printf("%d",s); 则()
A.程序运行结果为0
B.程序运行结果为1
C.程序中控制表达式是非法的
D.程序执行无限次
第5题:
【单选题】设有以下程序段 int x=0,s=0; while(!x!=0) s+=++x; printf("%d",s); 则()。
A.运行程序段后输出0 B)
B.运行程序段后输出1
C.循环的控制表达式不正确
D.程序段执行无限次