单选题
下列定义数组的语句中,正确的是( )。
A.int N=10,
int x[N];
B.#define N 10
int x[N];
C.int x[0..10];
D.int x[];
A
B
C
D
【正确答案】
B
【答案解析】
提交答案
关闭