单项选择题

下列选项中,定义二维数组中正确的是( )

A.int arr[] =new int[2][3]()
B.int[,] arr=new int[2][3]()
C.int[,] arr=new int[2,3]()
D.int[,] arr=new int[,]()
微信扫码免费搜题