中国大学MOOC: 有定义:char a; int b; float x; double y;则表达式a%b-y*x值的数据类型为( )。
举一反三
- 有定义:char a; int b; float x; double y;则表达式a%b-y*x值的数据类型为( )。 A: float B: char C: int D: double
- 设有定义 int x ; float y ; double z ;,则表达式 x + z - y 值的数据类型为______。 A: float B: cha C: int D: double
- 设有变量定义:“char x; int y; float z;double w;” 则表达式:x*y+z+w值的数据类型是
- char a; int x; float y,m; double z,p;则表达式“a*x*m+z-y*x*p”值的数据类型为______
- 设有定义int x;float y;double z;,则表达式x+z-y值的数据类型为______