赞题库-背景图
单项选择题

double类型在计算机内存中占 ____ 位bit。

A.8
B.16
C.32
D.64
<上一题 目录 下一题>
热门试题

单项选择题下列程序的输出结果是______。public class ArrayTest{public static void main(String args[]){int[]intArray=new int[3]for(int i=0; i<3; i++){intArray[i]=i+2;system. out. println( IntArray[ +i+ ] =intArray[i]);}System. out. println ( ---------- );int arrLen=4;IntArray=new int[arrLen];For(int j=intArray. length;j>=0;j--){intArray[j]=j * 3;system. out. println( hello +intArray[j]);}}}

A.编译未通过
B.编译通过,但运行错误
C.可以运行,但有错误
D.以上都不对

单项选择题支持子程序调用的数据结构是____。

A..栈
B..树
C.队列
D.二叉树