单项选择题

若有下列类型说明语句: char w;int x;float y;double z; 则表达式w*x+z-y的结果的数据类型是( )

A.char
B.int
C.float
D.double