若有语句int a[10]={0,1,2,3,4,5,6,7,8,9},p=a;则哪个不是对a数组元素的正确引用(其中0≤i<10)()

A.p[i] B.((a+i)) C.a[p-a] D.(&a[i])

时间:2024-02-07 17:06:19

相似题目