问答题
画出下列程序段表示mat存储结构示意图,并写出其中数据。
上三角形二维数组存储结构及初值如图所示。
A.int[]a; B.int a [3]; C.int a []={1,2,3}; D.int a []=new int[3];
微信扫一扫,加关注免费搜题