单选题
在C语言中对一维整型数组的正确定义为( )。
A、
int a(10);
B、
int n=10,a[n];
C、
int n;a[n];
D、
#define N 10
int a[N];
【正确答案】
D
【答案解析】
提交答案
关闭