赞题库-背景图
单项选择题

设有以下变量定义,并已赋确定的值 char  c;  int  a;  float  x;  double  m;则表达式:c*a+m-x所求得的数据类型为______。
A、char
B、int 
C、float
D、double