网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

若有下列定义,则对a数组元素地址的正确引用是( )。 int a[5],*p=a;

A.p+5

B.*a+1

C.&a+1

D.&a[0]


参考答案

更多 “ 若有下列定义,则对a数组元素地址的正确引用是( )。 int a[5],*p=a;A.p+5B.*a+1C.a+1D.a[0] ” 相关考题
考题 若有以下定义,则对a数组元素地址的正确引用是( )。 int a[5],*p=a;A.p+5B.*a+1C.a+1D.a[0]

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

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

考题 若有下列定义,则对a数组无素地址的正确引用是( )。 int a[5],*p=a;A.p+5B.*a+1C.a+1D.a[0]

考题 若有定义:int a[5],*p=a;,则对a数组元素地址的正确引用是______。A.p+5B.*a+1C.a+1D.a[0]

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

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

考题 若有定义int a[5],*p=a;则对a数组元素地址的正确引用是()。A.p+5B.*a+1C.a+1D.a[0]

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