单项选择题

下列定义数组的语句,正确的是( )。

A.int N=10; int x[N];
B.#define N 10 int x[N];
C.int x[0..10];
D.int x[];