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

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

若有定义:intb=-15;,则()为正确的赋值表达式。

A.b=*5

B.*b=6

C.b+=b*3

D.b+10=-5


参考答案

更多 “ 若有定义:intb=-15;,则()为正确的赋值表达式。A.b=*5B.*b=6C.b+=b*3D.b+10=-5 ” 相关考题
考题 若有以下定义:char a;int b;float c; double d;则表达式a*b+d-c值的类型为【12】 。

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

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

考题 若有以下定义: char a;int b; float c;double d; 则表达式a*b+b-c值的类型为( )。A. floatSX 若有以下定义: char a;int b; float c;double d; 则表达式a*b+b-c值的类型为( )。A. floatB.intC.charD.double

考题 若有定义:intx,*pb;则正确的赋值表达式是( )。A.B.C.D.A.AB.BC.CD.D

考题 若有以下定义: chara;intb; floate;doubled;. 则表达式a*b+b-c值的类型为( )。A.FloatB.intC.charD.double

考题 若有以下定义:char a;int b;float c;double d;则表达式a*b+d-c值的类型为( )。A.A. float SXB 若有以下定义:char a;int b;float c;double d;则表达式a*b+d-c值的类型为( )。A.A. floatB.intC.charD.double

考题 15、若有以下定义,则表达式“a * b + d – c”的值的类型为 #include <stdio.h> int main() { char a; int b; float c; double d; .... return 0; }A.doubleB.intC.floatD.char

考题 15、若有定义int b[5][7]; 根据数组存储顺序,b[0][0]为第1个元素,则第10个元素是 。A.b[2][5]B.b[2][4]C.b[1][2]D.b[1][5]