判断题
设已定义:double a[5][5];则数组a在内存中的存放顺序是:a[0][0],a[0][1],a[0][2],...,a[4][3],a[4][4]。
【参考答案】
正确
(↓↓↓ 点击‘点击查看答案’看答案解析 ↓↓↓)
点击查看答案&解析
