[单选题]

设有定义nit a:float f; double int i,则表达式10+'a'+i+f值的数据类型是( )

A.int

B.float

C.double

D.不确定

参考答案与解析:

相关试题

设变量a是int型,f是float型,i是double型,则表达式10£«′a′

[单选题]设变量a是int型,f是float型,i是double型,则表达式10+′a′+i*f值的数据类型为A.intB.floatC.doubleD.不确定

  • 查看答案
  • 设变量a是int型,f是float型,i是double型,则表达式10£«′a′

    [单选题]设变量a是int型,f是float型,i是double型,则表达式10+′a′+i*f值的数据类型为A.int B.float C.double D.不确定

  • 查看答案
  • 现有定义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

  • 查看答案
  • 现有定义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

  • 查看答案
  • 设变量a是 int 型,f是 double 型,i是 float 型,则表达式1

    [单选题]设变量a是 int 型,f是 double 型,i是 float 型,则表达式10+'a'+i*f值的数据类型A.intB.floatC.doubleD.不确定

  • 查看答案
  • 设变量a是int型,f是float型,i是double型,则表达式10£«'a'

    [单选题]设变量a是int型,f是float型,i是double型,则表达式10+'a'+i*f值的数据类型为A.intB.floatC.doubleD.不确定

  • 查看答案
  • 设变量a是int型,f是double型,i是float型,则表达式10£«'a'

    [单选题]设变量a是int型,f是double型,i是float型,则表达式10+'a'+i * f值的数据类型是A.intB.floatC.doubleD.不确定

  • 查看答案
  • 设变量a是int型,f是int型,i是double型,则表达式10£«a£«i*

    [单选题]设变量a是int型,f是int型,i是double型,则表达式10+a+i*f值的数据类型为A.int B.float C.double D.不确定

  • 查看答案
  • 若有以下定义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 c; double d; 则表达式

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

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