问题
-
已知char a;int b;float C;double d;则表达式a-b c-d结果为()型。A)double B)float C)int D)cha
-
已知char a;int b;float C;double d;则表达式a-b c-d结果为()型。A)double B)float C)int D)cha
-
已知:char a;int b;float c;double d;执行语句“c=abcd;”后,变量c的数据类型是()。A.int B.cha
-
下列定义变量的语句中错误的是A)int _int; B)double int_; C)char For; D)float US$;
-
若有以下定义:char a;int b;float c;double d;则表达式“a*b+d-c”值的类型为()。A.floatB.intC.cha
-
现有定义int a;double b;float c;char k; 则表达式a/b+C—k值的类型为:( )。A.intB.doub