相关考题
-
判断题
int a=3,b=4;那么(a+b)++的值为7。 -
判断题
int a=3;那么a++的值为4。 -
单项选择题
若有定义语句:int x=10;,则表达式x-=x+x的值为()
A.-20
B.–10
C.0
D.10
