单项选择题

有以下定义和语句:   int a[3][2]={1,2,3,4,5,6,},*p[3];   p[0]=a[1];   则*p[0]+1)所代表的数组元素是( )。

A.a[0][1]
B.a[1][0]
C.a[1][1]
D.a[1][2]