2. Using Array of Pointers ; {. for (int i = 0; i < m; i++) ; for (int j = 0; j < n; j++) {. arr[i][j] = i + j;. } ; } ; // Program to pass the 2D array to a function ...
確定! 回上一頁