[单选题]

若有以下定义和语句,且0<=I<10,则对数组元素的错误引用是 ( )

int a [ ]={1,2,3,4,5,6,7,8,9,0};

int*p,I

p=a;

A.* (a+I)

B.a[p-a]

C.p+I

D.* (&a[I])

参考答案与解析: