问题详情
在下面的一维数组定义中,______ 有语法错误。
A.int a[]={1,2,3}
B.int a[10]={0}
C.int a[]
D.int a[5]
请帮忙给出正确答案和分析,谢谢!