pointers to arrays 就是相反的概念了: int (*abc)[10]; abc = (int (*)[])malloc(sizeof(int) * 5 * 10); 陣列的元素長度固定,但陣列數量不固定。 這兩個的差別,如果以 ...
確定! 回上一頁