电子科技大学 / 嵌入式系统
正确率:100%
执行完代码int[]x=new int[25];后,以下()说明是正确的。
A.x[25]为0
B.x[24]未定义
C.x[24]为0
D.x[0]为空
参考答案:
A.x[25]为0
B.x[24]未定义
C.x[24]为0
D.x[0]为空