int **arr = (int **)malloc(r * sizeof(int *)); for (i=0; i<r; i++) arr[i] = (int *)malloc(c * sizeof(int));. 透過宣告一個指標的指標來存放一個一維指標陣列, ...
確定! 回上一頁