单项选择题

若有定义:int a[10],*p=a;则表示数组元素a[3]的错误选项是()。

A.*(a+=3)
B.*(p+=3)
C.*(a+3)
D.p[3]