设int a[10],*p=a; ,则下面()不是对a[3]的正确引用。
设int a[10],*p=a; ,则下面()不是对a[3]的正确引用。
A.*(a+3)
B.p+3
C.p[3]
D.*(p+3)
正确答案:B
Tag:C语言编程新思路
时间:2021-11-29 16:12:55