問題詳情

30. Assuming that t is an array and tptr is a pointer to that array, which expression refers to the address of element 5 of the array?
(A) *(tPtr+5)
(B) tptr[5]
(C) t+5
(D) *(t+5)
(E) &t[5]

參考答案

答案:E
難度:計算中-1
書單:沒有書單,新增