• 2022-06-15
    数组定义为int  a[3][2]={1,2,3,4,5,6},下列表述中正确的是
    A: 数组元素a[3][2]的值为6
    B: 数组元素a[6]的值为6
    C: 数组元素a[0]的值为1
    D: a[0]不是int类型的数组元素