单选题
下列语句的输出结果为( )。
for(k=0;k<5;++k)
if(k==3) continue;
printf("%d",k);
A.012 B.0124
C.01234 D.没有输出结果
A
B
C
D
【正确答案】
B
【答案解析】
提交答案
关闭