我剛學C 二維陣列的宣告與元素存取我會用: int M = 2, int N = 3; int row = 1, int col = 2; int A[M][N]; A[row][col] = 9;
www.programmer-club.com.tw