[单选题]

现有定义int a;double b;float c;char k;,则表达式a/b+c-k值的类型为:

A.int

B.double

C.float

D.char

参考答案与解析:

相关试题

现有定义int a;double b;float c;char k;,则表达式a

[单选题]现有定义int a;double b;float c;char k;,则表达式a/b+c-k值的类型为A.intB.doubleC.floatD.char

  • 查看答案
  • 已知char a; int b; float c; double d; 则表达式

    [单选题]已知char a; int b; float c; double d; 则表达式a*b+c-d结果为A.doubleB.intC.floatD.char

  • 查看答案
  • 已知char a;int b;float c;double d;则表达式a*b£

    [单选题]已知char a;int b;float c;double d;则表达式a*b+c-d结果为A.doubleB.intC.floatD.char

  • 查看答案
  • 已知char a;int b;float C;double d;则表达式a£­b

    [单选题]已知char a;int b;float C;double d;则表达式a-b c-d结果为( )型。A.)doubleB.)floatC.)intD.)char

  • 查看答案
  • 若有以下定义char a;int b;float c;double d;则表达式

    [试题]若有以下定义char a;int b;float c;double d;则表达式a*b+d-c值的类型为

  • 查看答案
  • 已知char a;int b;float e;double d;则表达式a£­b

    [单选题]已知char a;int b;float e;double d;则表达式a-b+c-d结果为( )型。A.doubleB.floatC.intD.char

  • 查看答案
  • 已知char a iht b;float c;double d;则表达式a*b£

    [单选题]已知char a iht b;float c;double d;则表达式a*b+c-d结果为( )。A.doubleB.intC.floatD.char

  • 查看答案
  • 设有定义nit a:float f; double int i,则表达式10£«

    [单选题]设有定义nit a:float f; double int i,则表达式10+'a'+i+f值的数据类型是( )A.intB.floatC.doubleD.不确定

  • 查看答案
  • 若有以下定义;char a;int b; float c;double d;则表

    [单选题]若有以下定义;char a;int b; float c;double d;则表达式“a*b+d-c”值的类型为( )A.floatB.intC.charD.double

  • 查看答案
  • 若有定义语句:int a=10;double b=3.14;,则表达式'A'£«

    [单选题]若有定义语句:int a=10;double b=3.14;,则表达式'A'+a+b值的类型是A.charB.intC.doubleD.float

  • 查看答案
  • 现有定义int a;double b;float c;char k;,则表达式a