long,double,int
long,float,int
int,double,long
int,float,long
第1题:
自定义类型转换是由按优先关系从低级数据转换为高级数据,优先次序为( )。
A.char-int long-folat-double
B.int-Iong-float-double-char
C.long-float-int-double-char
D.以上都不对
第2题:
自动类型转换是按优先关系从低级数据转换成高级数据,规定的优先次序是( )。
A.byte, short, char→int→long→float→double
B.float→int→long→byte, short, char→double
C.int→long→float→double→byte, short, char
D.double→int→float→long→byte, short, char
第3题:
字面常量42、4.2、42L的数据类型分别是( )。
A.long,double、int
B.lon9、float、int
C.int、double、long
D.int、float、long
第4题:
A.short到int
B.float到int
C.int到byte
D.double到float
第5题:
基本数据类型精度从低到高排列正确的是()
A.byte short int float double
B.byte short int double float
C. short byte int float double
D. short byte int double float
第6题:
A.int类型
B. double类型
C. float类型
D. long类型
第7题:
都是VB.NET中的数据类型的选项是()
AShort、Integer、Long、Float、Double
BShort、Int、Long、Single、Double
CInteger、Long、Single、Double、Decimal
DBoolen、Byte、Bit、Decimal、Date
第8题:
都是VB.NET中的数据类型的选项是()
第9题:
C语言允许函数值类型缺省定义,此时该函数值隐含的类型是()
第10题:
在C语言中,5种基本数据类型的存储空间长度的排列顺序为:char<int<long int<=float<double
第11题:
C语言中,若未说明函数的类型,则系统默认该函数的类型是()。
第12题:
Short、Integer、Long、Float、Double
Short、Int、Long、Single、Double
Integer、Long、Single、Double、Decimal
Boolen、Byte、Bit、Decimal、Date
第13题:
C语言中各种基本数据类型的存储空间长度排列为( )
A.char≤long≤int≤float≤double
B.double≤float≤long≤int≤char
C.char≤int≤long≤float≤double
D.float≤int≤long≤char≤double
第14题:
Java语言中数据类型之间的自动类型转换是由优先关系从低级数据类型转换成高级数据类型,下面选项中自动类型转换优先级由低到高排列正确的是
A.char→long→int→double→float
B.char→int→long→double→float
C.char→int→long→float→double
D.char→int→float→double→long
第15题:
自动类型转换规定的优先次序是( )。
A.short,byte,char→long→int→float→double
B.short,byte,char→int→long―float→double
C.byte,short,char→long→int→float→double
D.byte,short,char→int→long→float→double
第16题:
自动类型转换是按优先关系从低级数据转换成高级数据,规定的优先次序是( )。
A.byte,short,char→int→long→float→double
B.float→int→long→byte,short,char→double
C.int→long→float→double←byte,short,char
D.double→int→folat→long→byte,short,char
第17题:
A.byte, short, int, long, float, double
B.boolean, byte, short, char, int, long, float, double
C.byte, short, char, int, long, float, double
D.byte, short, char
E.int, long, float, double
第18题:
字面常量42、4.2、42L的数据类型分别是( )。
A.long,double,int
B.long,float,int
C.int,double,long
D.int,float,long
第19题:
scala语言中,下面描述正确的是?()
第20题:
switch(表达式)语句中的“表达式”,允许的类型是()。
第21题:
StringBuffer append(数值类型 t),参数t可以是boolean、int、char、float、double、long
第22题:
在C语言中(以16为PC机为例),5种基本数据类型的存储空间长度的排列顺序为()。
第23题:
Which of the following statements are legal?()