若有以下定义,则对a数组元素地址的正确引用是( )。
int a[5],*p=a;
A)p 5
B)*a 1
C)&a 1
D)&a[0]
第1题:
若有定义:int a[5],*p=a;,则对a数组元素地址的正确引用是______。
A.p+5
B.*a+1
C.&a+1
D.&a[0]
第2题:
若有下列定义,则对a数组元素地址的正确引用是( )。
int a[5],*p=a;
A.p+5
B.*a+1
C.&a+1
D.&a[0]
第3题:
若有以下定义,则对a数组元素地址的正确引用是() int a[5],*p=a;
A.p+5
B.*a+1
C.&a+1
D.&a[0]
第4题:
若有下列定义,则对a数组元素地址的正确引用是( )。
int a[5],*p=a;
A.p+5
B.*a+1
C.&a+1
D.&a[0]
第5题:
若有定义int a[5],*p=a;则对a数组元素地址的正确引用是()。
A.p+5
B.*a+1
C.&a+1
D.&a[0]