此题为判断题(对,错)。
第1题:
设有定义int x;float y;,则10+x+y值的数据类型是
A.int
B.double
C.float
D.不确定
第2题:
若有以下类型说明语句: charw;intx;floaty,Z; 则表达式w*x+z-y的结果为_______类型。
A.float
B.char
C.int
D.double
第3题:
7、若有下列类型说明语句: char w; int x ; float y ; double z ; 则表达式w*x+z-y值的正确数据类型为()。
A.float
B.char
C.int
D.double
第4题:
设有以下变量定义,并已赋确定的值: char w; int x; float y; double z; 则表达式:w*x+z-y所求得的数据类型为( )。
A.char
B.int
C.float
D.double
第5题:
8、若有下列类型说明语句: int x ; double y ; 则表达式x-y值的正确数据类型为()。
A.char
B.int
C.double
D.float