找考题网-背景图
单项选择题

int a[5],*p=a;对a数组元素地址的正确引用是( )

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