以下数组定义中不正确的是 ______。

admin2009-01-15  21

问题 以下数组定义中不正确的是 ______。

选项 A、int a[2][3]
B、int b[][3]={0};
C、int c[1][1]={0};
D、int d[3][]={{1,2},(1,2,3}{1,2,3,4}};

答案8

解析
转载请注明原文地址:https://kaotiyun.com/show/HZkp777K
0

最新回复(0)