成人高等教育 / C语言程序设计
正确率:100%
在下面的二维数组定义中,( )语句是正确的。
- A、
int a[5][];
- B、
int a[][5];
- C、
int a[][3]={{1,3,5},{2}};
- D、
int a[](10)
参考答案:
佳题速递: