单项选择题

下列对一维数组a的正确说明语句为()。

A.inta(10);
B.int n=10,a[n];
C.int n;scanf("%d",&n);inta[n];
D.#define SIZE10 int a[SIZE];