单项选择题

若有定义:int a[3][4],( )不能表示数组元素a[1][1]。

A.* (a[1]+1)
B.* (&a[1][1])
C.( * (a+1))[1]
D.* (a+5)