单项选择题
若有定义语句:double x[5]={1.0,2.0,3.0,4.0,5.0},*p=x;则错误引用x数组元素的是()。
A.*p B.x[5] C.*(p+1) D.*x
A.3 B.4 C.5 D.8
A.m[-i] B.m[2*2] C.m[m[0]] D.m[m]