单选题
有如下程序:
main()
{ int n[5]={0,0,0},i,k=2;
for(i=0;i&printf("%d\n",n[k]););
}
该程序的输出结果是( )。
A、
不确定的值
B、
2
C、
1
D、
0
【正确答案】
D
【答案解析】
提交答案
关闭