二維陣列 (Two-dimensional array). 基本方法. int array[2][2]={{1,2},{3,4}};. 二維陣列基本方法. Output. array[0][0] = 1 array[1][0] = 3 ...
確定! 回上一頁