In the preceding code, myPointer holds the value of the first element of our array. So, to access the third element, we need to increment our pointer by 2 , as ...
確定! 回上一頁