sure you can move a pointer. Say we have an array of ints int arr[50];. set p to point at the first element int*p = &arr[0];.
確定! 回上一頁