若有定义int a[3][6];,按在内存中的存放顺序,数组a的第10个元素是(          )。 A.

a[0][4] B.

a[1][3] C.

a[0][3] D.

a[1][4]