单项选择题

下列关于数组的定义形式,正确的是( )。
A int[] a; a=new int;
B char b[]; b=new char[20];
C int[] c=new float[10];
D int[] d[3]=new int[2][];