若有下列定义和语句,则对a数组元素的非法引用是()。 int a[2][3], (*pt)[3]; pt=a; A.pt[0][0] B.*(pt+1)[2] C.*(pt[1]+2) D.*(a[0]+2)