若有下列定义,则对a数组元素地址的正确引用是()。
A: p+5
B: *a+1
C: &a+1
D: &a[0]
A: p+5
B: *a+1
C: &a+1
D: &a[0]
举一反三
- 若有下列定义,则对a数组元素地址的正确引用是()。 A: p+5 B: *a+1 C: &a+1 D: &a[0]
- 若有下列定义,则对a数组元素地址的正确引用是( )。 int a[5],*p=a; A: p+5 B: *a+1 C: &-a+1 D: &a[0]
- 若有定义:int a[5],*p=a;,则对a数组元素地址的正确引用是______。 A: p+5 B: *a+1 C: &a+1 D: &a[0]
- 若有以下定义,则对a数组元素地址的正确引用是______。 A: p+5 B: *a+1 C: &a+1 D: &a[0]
- 若有以下定义,则对a数组元素地址的正确引用是()。inta[5],*p=a; A: p+5 B: *a+1 C: &a+1 D: &a[0]