题目内容

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

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

Some people would like to do shopping on Sundays since they expect to pick up wonderful_____ in the market.【CET-4真题

A. Batteries
B. bargains
C. baskets
D. barrels

答案查题题库