没有搜到到结果?点击这里求解答/求资源。
【判断题】
表达式MONTH( {^2018/9/19})19

正确
错误
【判断题】
表达式day( {^2018/9/19})19

正确
错误
【单选题】
表达式:10!=9

true
非零
0
1
【单选题】
若有定义:inta;且表达式!a0,则表达式()1。

a!=0
a==0
a=0
!(a0||a0)
【单选题】
表达式(trueorfalse)()。

false
true
0
-1
【单选题】
for(表达式1;;表达式3)可理解____。

for(表达式1;0;表达式3)
for(表达式1; 表达式1;表达式3)
for(表达式1; 表达式3;表达式3)
for(表达式1;1;表达式3)
【单选题】
for(表达式1;;表达式3)可理解____。

for(表达式1;0;表达式3)
for(表达式1; 表达式1;表达式3)
for(表达式1; 表达式3;表达式3)
for(表达式1;1;表达式3)
【单选题】
表达式(int)((double)9/2)-(9)%2是()

0
3
4
5
【单选题】
下面()表达式4。

11/3
11.0/3
(float)11/3
(int)(11.0/3+0.5)
【单选题】
表达式(nottrueortrue)and(trueorfalse)()。

false
true
0
-1