A.int[] a; B.int[2][] a; C.int a[2][3]; D.int[][] a;
哪个语句是正确的?()
A.输出1 B.输出2 C.输出3 D.输出4
上列代码的执行结果是什么?()
A.打印输出0 B.打印输出1 C.打印输出2 D.运行期间有异常抛出