下列数组的定义不合法的是()
A:char c[][]=new char[2][4]
B:char c[][]=new char[2][]
C:char [][]c=new char[][3]
D:int []a[] = new int[5][5]
出自:计算机科学