单项选择题

若有以下定义,则()是对数组元素的正确引用。
int a[5],*p=a

A..*&a[4]
B.*(p+5)
C.*++a
D.*(p-1)