问题
-
若有定义:int a=4,b=5;float x=3.4,y=2.1;,则下列表达式的值为() (float) (a+b)/2+(int)×%(int)y
-
若有以下定义:char a;int b;float c;double d;则表达式a*b+d-c值的类型为( )。A.A. float ###SXB#
-
若有定义:int a=2 b=3;float x=3.5 y=2.5;则下面表达式的值为______。(float)(a+b)/2+(int)x%(int
-
若有定义int x[10]={0 1 2 3 4 5 6 7 8 9} *p1;则数值不为3的表达式是:()
-
若有以下变量定义:float x; int a b;则正确的switch语句是( )。
-
若有定义:int a=7;float x=2.5 y=4.7;则表达式x+a%3 (int)(x+y)%2/4的值是()。A.2.5B.2.75C.3.5D.