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