单选题
执行以下程序段的结果是______。
int x=23;
do
{ printf("% d", x--);
}while(!x);
A.打印出321
B.打印出23
C.不打印任何内容
D.陷入死循环
A
B
C
D
【正确答案】
B
【答案解析】
提交答案
关闭