设数组定义为:int[,] a=new int[5,6];,则下列关于数组元素的引用正确的是

设数组定义为:int[,] a=new int[5,6];,则下列关于数组元素的引用正确的是
A、a[0][0]
B、a[0,0]
C、a[5][6]
D、a[5,6]
【正确答案】:B