有以下程序段 main() { int x=10; while(x——); printf("x=%d\n",x);} 则最后的输出结果是:( ).得分:4分
A.x=0
B.x=-1
C.x=1
D.while构成无限循环
出自:河北建筑工程学院C语言程序设计考试题