There are two basic ways of implementing 2-dimensional arrays: rectangular, ... char a[ROWS][COLS]; // assume ROWS and COLS are const ints
確定! 回上一頁