单项选择题

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

A.p+5
B.*a+1
C.&-a+1
D.&a[0]