单项选择题
若有定义int a[4] , *p=a;,则p+1表示
A.
元素a[1]的地址
B.
元素a[1]的值
C.
元素a[2]的地址
D.
元素a[2]的值
点击查看答案&解析
