赞题库-背景图
单项选择题

若有定义: typedef int *T[10]; T a; 则以下选项与上述定义中a的类型完全相同的是( )。

A.int *a[10];
B.int(*a)[10];
C.int a[10];
D.int(*a[10])();