问题 单项选择题

若有定义:int a[10],*p=a;则表示数组元素a[3]的错误选项是()。

A.*(a+=3)

B.*(p+=3)

C.*(a+3)

D.p[3]

答案

参考答案:A

单项选择题 A1/A2型题
单项选择题