We can access array elements using [ ] operator as A[i] or using pointer operator *(A+i). In fact, [ ] operator must exactly perform the operations as follows.
確定! 回上一頁