设有以下程序段 int x=0,s=0; while(!x!=0)s+=++x; printf("%d",s); 则

admin2013-02-23  34

问题 设有以下程序段    int x=0,s=0;    while(!x!=0)s+=++x;    printf("%d",s);    则   

选项 A、运行程序段后输出0     
B、运行程序段后输出1
C、程序段中的控制表达式是非法的     
D、程序段执行无限次

答案B

解析
转载请注明原文地址:https://kaotiyun.com/show/4mJp777K
0

最新回复(0)