注意:此页面搜索的是所有试题
[单选题,7.1分] 设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

参考答案