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

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

时间:2023-08-11 14:30:23

相似题目