Int pointerArray [10]; pointerArray[0] == *(pointerArray + 1);. This moves the address of the pointer up by four bytes of memory. Why? Because an int takes up ...
確定! 回上一頁