问题详情
设有以下变量定义,并已赋确定的值: char w; int x; float y; double z; 则表达式:w*x+z-y所求得的数据类型为()。
A.char
B.int
C.float
D.double
请帮忙给出正确答案和分析,谢谢!