[单选题]
下列定义数组的语句中,正确的是( )。
A.int N=10; int x[N];
B.#define N 10 int x[N];
C.int x[0.10];
D.int x[];
参考答案与解析: