若有定义:int a[2][3],*p[3]; ,则以下语句中,正确的是()。
A:p[0]=&a[1][2];
B:p=a;
C:p[0]=a;
D:p[1]=&a;
出自:考研