设int a[3][4]={1,2,3,4,5,6};,值为4的数组元素是
设int a[3][4]={1,2,3,4,5,6};,值为4的数组元素是
A、a[0][1]
B、a[0][2]
C、a[0][3]
D、a[1][1]
【正确答案】:C
Top