已知:int a[ ]={1,2,3,4,5},*p=a;在下列数组元素地址的表示中,正确的是
A &(a+1)
B &(p+1)
C &p[2]
D *p++