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