没有搜到到结果?点击这里求解答/求资源。
【单选题】
C语言中,关系表达式和逻辑表达式()。

0
0或1
1
‘T’或’F
【单选题】
若有定义:floatx=3.5,y=3.6;则表达式()6。

(int)x+(int)y
x+y
(int)(x+y)
int(x+y)
【单选题】
若有定义:inta[3][4];则表达式a[2][1]-a()。

7
8
9
10
【单选题】
若有定义:int a[3][4];则表达式&a[2][1]-a()。

7
8
9
10
【单选题】
设变量aint型,ffloat型,idouble型,则表达式5+′a′+i*f数据类型( )

int
float
double
不确定
【单选题】
表达式a*(b+c)-d后缀表达式( )。

abcd*+
-abc+*d
-abc*+d
--+*abcd
【单选题】
表达式a*(b+c)-d后缀表达式( )。

abcd+
-abc+*d
-abc*+d
--+*abcd
【单选题】
下列逻辑函数表达式中,F=1(  )

F=A+A
F=AA
【单选题】
下列逻辑函数表达式中,F=1()

F=A+A
F=AA
【单选题】
以下选项中非法表达式()

(a+2)++
i=j==1
(char)(65+10)
x=x-1