2D array and pointers · 1. &arr is a 2D array pointer (int*)[row][col]. So, &arr+1 will point the next 2D block. · 2. arr is a 1D array pointer (int*)[row]. So, ...
確定! 回上一頁