若有下面的程序片段:int a [12]={0},p[3], *pp,i;for(i=0; i<3; i++)p[i]=&a[i4];PP=P;则对数组元素的错误引用是A) PP[0][1] B) a[10] C)p[3][1] D)*((p+2 )+2)
Cp的下标最大只能是2