单项选择题

若要使p指向二维整型数组a[10][20],则p的类型为()。

A.int *
B.int **
C.int *[20]
D.int(*)[20]