找考题网-背景图
单项选择题

若要求定义具有10个int型元素的一维数组a,则以下定义语句中错误的是【 】。

A.#define N 10
B.#define n 5int a[N]; int a[2*n];
C.int a[5+5];
D.int n=10,a[n].
热门试题