题目内容

阶级是一个( )

A. 经济范畴
B. 历史范畴
C. 文化范畴
D. 道德范畴

查看答案
更多问题

下面不是创建数组的正确语句的是()

A. float f[][]=new float[6][6];
B. float f[]=new float[6];
C. float f[][]=new float[][6];
D. float [][]f=new float[6][];

当访问无效的数组下标时,会发生()

A. 中止程序
B. 抛出异常
C. 系统崩溃
D. 直接跳过

下列创建二维整型数组正确语句是()

A. int a[][]=new int[10,10]
B. int a[10][10]=new int [][];
C. int a[][]=new int[10][10];
D. int []a[]=new int[][10]

Although they plant trees in this area every year, the tops of some hills are still_【CET-4真题】

A. blank
B. hollow
C. vacant
D. bare

答案查题题库