单项选择题

数组定义为int a[3][2]={1,2,3,4,5,6},数组元素()的值为6。

A.a[3][2]
B.a[2][1]
C.a[1][2]
D.a[2][3]