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

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

A.a[0][2*1]

B.a[1][3]

C.a[4-2][0]

D.a[0][4]

正确答案是D