【单选题】以下数组初始化形式错误的是

A.int t1[ ]={1,2.3,4,5,6} B.int t2[ ][ ]={{1,2},{3,4},{5,6}} C.int t3[ ][ ]=new int[3][ ]; t3[0]=new int[3] D.int t4[ ][ ]=new int[ ][ 3];

时间:2023-03-04 11:25:03

相似题目