单选题
下列程序的输出结果是_____。
main()
{ int n=4;
while(n--)printf("%d",--n);
}
A.2 0
B.3 1
C.3 2 1
D.2 1 0
A
B
C
D
【正确答案】
A
【答案解析】
提交答案
关闭