单选题
下列一维数组说明中,不正确的是______。
A、
int N;scanf("%d",&N);int b[N];
B、
float a[]={1,6,6,0,2};
C、
#define S 10
D、
int a[S+5];
【正确答案】
A
【答案解析】
提交答案
关闭