2D array · &arr is a whole 2D array pointer · arr is a 1D array pointer · *arr is a pointer to the first element of the 2D array. · **arr will be the value of the ...
確定! 回上一頁