单项选择题
若有下列定义,则对a数组无素地址的正确引用是()。 inta[5],*p=a;
A.p+5 B. *a+1 C. &a+1 D.&a[0]
A) x=4 B) x=8 C) x=6 D) x=12