问题详情
下列选项中,能正确定义数组的语句是()。
A.int num[0…2008];
B.int num[];
C.int N=2008 int hum[N];
D.#define N 2008 int num[N];
请帮忙给出正确答案和分析,谢谢!