[单选题]

以下能正确定义一维数组的选项是

A.int num[];

B.#define N 100 int num[N];

C.int num[0.100];

D.int N=100; int num[N];

参考答案与解析:

相关试题

以下能正确定义一维数组的选项是