省二级选择题题库C语言
51001.以下数组定义中,正确的是()。Aint a[5]={0};int a[]={0 1 2};int a[5]=0;int a[];51002.下列数组定义中,正确的是().Aint a[10
省二级选择题题库C语言