A.Array B.String C.自定义类 D.System
A.int i[][]; B.int i[5][5]; C.int[] i[] D.int[][] a;
以上代码的执行结果是?()
A.输出0 B.输出null C.编译不能通过 D.运行时输出异常