以下定义数组的语句中错误的是(  )。

admin2021-04-28  19

问题 以下定义数组的语句中错误的是(  )。

选项 A、int  num[][3]={ {1,2},3,4,5,6 };
B、int  num[2][4]={ {1,2},{3,4},{5,6} };
C、int  num[]={ 1,2,3,4,5,6 };
D、int  num[][4]={1,2,3,4,5,6};

答案B

解析 B)选项中定义的数组为2行4列,而赋值时赋成了3行所以出错。
转载请注明原文地址:https://kaotiyun.com/show/ottp777K
0

最新回复(0)