char
int
float
long int
第1题:
以下选项中不属于c语言的类型的是( )。
A.unsigned long int
B.long short
C.unsigned int
D.signed short int
第2题:
以下选项中不属于C语言的类型的是 ______。
A.signed short int
B.unsigned long int
C.unsigned int
D.long short
第3题:
若有定义语句:“int a=10;double b=3.14;”,则表达式A+a+b值的类型是( )。
A.char
B.int
C.double
D.float
第4题:
字面常量42、4.2、42L的数据类型分别是( )。
A.long,double、int
B.lon9、float、int
C.int、double、long
D.int、float、long
第5题:
设有以下变量定义,并已赋确定的值: char w; int x; float y; double z; 则表达式:w*x+z-y所求得的数据类型为( )。
A.char
B.int
C.float
D.double
第6题:
A、char
B、int
C、float
D、list
第7题:
字面常量42、4.2、42L的数据类型分别是( )。
A.long,double,int
B.long,float,int
C.int,double,long
D.int,float,long
第8题:
Java中整型包括()。
第9题:
下列哪种数据类型能表示的最大的值为65535?()
第10题:
下选项中不属于C语言的类型是()。
第11题:
下列是MySQL支持的数据类型的是()。
第12题:
int→unsigned→long→char
char→int→long→unsigned
char→int→unsigned→long
int→char→unsigned→long
第13题:
以下选项中不属于C语言的类型的是
A.signed short int
B.unsigned long int
C.unslgned int
D.long short
第14题:
类型修饰符unsigned修饰( )是错误的。
A.char
B.int
C.long int
D.float
第15题:
switch(c) 语句中c可以是int, long, char, float, unsigned int 类型。( )
第16题:
A.char
B.int
C.uniqueidentifier
D.text
第17题:
若有int x=10;char c='d';则表达式a+c的值的类型是()。
A.char
B.int
C.float
D.byte
第18题:
试题14
若有定义语句:int a=10; double b=3.14; , 则表达式‘A’+a +b值的类型是()
A.char
B.int
C.double
D.float
第19题:
Windows程序中,用于表示通用字符的数据类型是()。
第20题:
若有intx=10;charc=’d’;则表达式a+c的值的类型是()
第21题:
下列数据类型中,()是51单片机特有的类型。
第22题:
在C程序中,设一表达式中包含有int,long,char和unsigned类型的变量和数据,这四种类型数据的转换规则是()。
第23题:
文件描述符的数据类型是()。