A 2D array in C is treated as a 1D array whose elements are 1D arrays (the rows) ... mat[i][j]); } } printf("\n"); return; } /* Method #2 (pointer to array, ...
確定! 回上一頁