注意:此页面搜索的是所有试题
下面程序执行后,i的值是( )
main( )
{ int a [5]={1,2,3,4,5},i=2;
printf(″%d″,a[i++]);
}
A.1
B.3
C.2
D.4

参考答案