单项选择题

设static int a[3]={1,2,3};int*p[]={&a[0],&a[1],&a[2]);则与数组元素a[1]等价的是( )

A.*p[1]
B.p[1]
C.*p+1
D.p+1