单项选择题

若有以下类型说明语句:
char w;int x;float y, z;
则表达式w*x+z-y的结果为______类型。

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