当前位置:
找题吧
>
计算机二级
[单选题]
有以下程序
#include<stdio.h>
main()
{ int a=7;
while(a--);
printf("%d\n",a);
}
程序运行后的输出结果是
A.-1
B.0
C.1
D.7
参考答案与解析:
相关试题