若有定义inta[5],*p=a;,则对a数组元素的正确引用是______。

若有定义inta[5],*p=a;,则对a数组元素的正确引用是______。

A.*&a[5]

B.a 2

C.*(p 5)

D.*(a 2)

正确答案:D

猜你喜欢