找考题网-背景图
单项选择题

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

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

热门试题