单项选择题
以下对一维数组a的定义中正确的是( )。 A.
char a(10); B.
int a[0..100]; C.
int a[5];
D.
int k=10;int a[k]
点击查看答案&解析
