单项选择题

若有说明 int a[3][4];,则a数组元素的非法引用是

A.a[0][2*1)
B.a[1][3]
C.a[4-2]
D.a[0][4)