int matrix[50][100]; // declared a static 2D array of 50 rows, 100 cols ... or return an error to caller } // use [] notation to access array buckets ...
確定! 回上一頁