有定义语句:int[ , ] a=new int[5,6];
则下列正确的数组元素的引用是(  ) A.

a(3,4) B.

a(3)(4) C.

a[3][4] D.

a[3,4]