若有下列定义,则对a数组元素地址的正确引用是( ).int a[5],*p=a; A.*(p+5) B.*(a+2) C.*&a[5] D.*p+2 若有下列定义,则对a数组元素地址的正确引用是( ).int a[5],*p=a; A.*(p+5) B.*(a+2) C.*&a[5] D.*p+2 正确答案:B