单项选择题

设有二维数组定义:int a[3][3]={{1,2},{0},{0,6}};数组元素a[0][1]、a[1][2]和a[2][2]的值分别是()。

A.1,0,6
B.2,0,0
C.1,0,0
D.2,0,6