单项选择题

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