单选题
以下程序的输出结果是( )。
main()
{ int Rum=0;
while(num<=2)
{ num++;
printf(”%d\n”,num);
}
}
A、
1
B、
2
C、
3
D、
4
【正确答案】
B
【答案解析】
提交答案
关闭