网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

若有定义:int a,b;则表达式(a=2,b=5,a*2,b++,a+b)的值是()

  • A、7
  • B、8
  • C、9
  • D、10

参考答案

更多 “若有定义:int a,b;则表达式(a=2,b=5,a*2,b++,a+b)的值是()A、7B、8C、9D、10” 相关考题
考题 若有定义语句: char s[10]= " 1234567\0\0 " ; ,则 strlen(s) 的值是A)7B)8C)9D)10

考题 若有定义语句: int a=5; ,则表达式: a++ 的值是 【 6 】 。

考题 ( 6 )若有定义语句: int a=3,b=2,c=1;, 则表达式 ab?a:b 的值是 ___________ 。

考题 若有定义:int a=4,b=5;float x=3.4,y=2.1;,则下列表达式的值为( )(float) (a+b)/2+(int)×%(int)yA.5.5B.55C.5.500000D.55.00000

考题 若有定义语句int b=2;,则表达式(b 若有定义语句int b=2;,则表达式(bA.4B.8C.0D.2

考题 设所有变量均为整型,则表达式(a=2,b=5,a++,b++,a+b)的值是( ) A、7B、8C、9D、10

考题 若有定义:int x=1,y=2;float a=3.7,b=2.1;则(x+y)%2+(int)a/(int)b表达式的值为( )。

考题 假设a、b均是整型变量,则表达式a=2,b=5,a++,b++,a+b值为______。

考题 若有定义“int a=5,b=7;”,则表达式a%-(b%2) 运算后,a的值为( )。A.0B.1C.11S 若有定义“int a=5,b=7;”,则表达式a%-(b%2) 运算后,a的值为( )。A.0B.1C.11D.3

考题 若有定义:int a=6,b=2;charc1=’a’,c2=’b’;则表达式a+b%5+c2-c1的值是() A.7B.8C.9D.表达式错误

考题 若有定义:int a=2,b=3;floatx=3.5,y=2.5;则表达式(float)(a+b)/2+(int)x%(int)y的值是() A.3.5B.3.0C.2.5D.2.0

考题 若有定义:int a,b;则表达式(a=2,b=5,a*2,b++,a+b)的值是() A.7B.8C.9D.10

考题 若有定义:int i,j;则表达式(i=2,j=5,i++,i+j++)的值是() A.7B.8C.9D.10

考题 若有定义:int a=4, b=5;float x=3.4,y=2.1;,则下列表达式的值为( )。 (float) (a+b)/2+(int)x%(int)yA.5.5B.55C.5.5D.55

考题 若有定义:int a=2,b=3;float x=3.5,y=2.5;则下面表达式的值为______。(float)(a+b)/2+(int)x%(int)yA.3.5B.35C.3.5D.35

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

考题 若有定义语句:int a=3,b=2,c=1;,则表达式a<b?a:b的值是【 】。

考题 若有定义:inta[3][3];则表达式a[2][1]-a的值为()A、7B、8C、6D、9

考题 若有定义:int a=6,b=2;charc1=’a’,c2=’b’;则表达式a+b%5+c2-c1的值是()A、7B、8C、9D、表达式错误

考题 若有定义:int i,j;则表达式(i=2,j=5,i++,i+j++)的值是()A、7B、8C、9D、10

考题 假设所有变量均为整型,则表达式(a=2,b=5,a++,b++,a+b)的值为()。

考题 假设所有变量均为整型,表达式:a=2,b=5,ab?a++:b++,a+b的值是().A、7B、8C、9D、2

考题 若有定义:int a=2,b=3;floatx=3.5,y=2.5;则表达式(float)(a+b)/2+(int)x%(int)y的值是()A、3.5B、3.0C、2.5D、2.0

考题 单选题若有定义:int a=2,b=3;floatx=3.5,y=2.5;则表达式(float)(a+b)/2+(int)x%(int)y的值是()A 3.5B 3.0C 2.5D 2.0

考题 单选题若有定义:int a,b;则表达式(a=2,b=5,a*2,b++,a+b)的值是()A 7B 8C 9D 10

考题 单选题若有定义:int a=6,b=2;charc1=’a’,c2=’b’;则表达式a+b%5+c2-c1的值是()A 7B 8C 9D 表达式错误

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