【单选题】
以下错误的数组定义是

A、
double d[1+2+3];

B、
#define N 10 int a[N+2];

C、
float f[10+.A.]

D、
int n=10; int a[n+2];
出自:兰州工业学院-计算机语言(C语言)