单选题
若要定义一个具有5个元素的整型数组,以下定义语句错误的是( )。
A.int a[5]=0; B.int b[]=0,0,0,0,0;
C.int c[2+3]; D.int i=5,d[i];
A
B
C
D
【正确答案】
D
【答案解析】
提交答案
关闭