题目内容

char c=‘A’;if (c<90)printf(“yes”);elseprintf(“no”);以上程序段的运行结果为

A. 有语法错误
B. yes
C. no
D. 类型不同无法比较

查看答案
更多问题

int main(){int x=1,y=0,a=0,b=0;switch(x){case 1:switch(y){ case 0: a++;break;case 1: b++;break;}case 2: a++;b++;break;case 3:a++;b++;}printf("a=%d,b=%d\n",a,b);return 0;}程序运行后的输出结果是

A. a=0,b=0
B. a=1,b=0
C. a=2,b=1
D. a=3,b=3

C语言在判断一个逻辑量是否为真时,以1代表“真”,以0值代表“假”。

A. 对
B. 错

The ______ behavior of the demonstrators became even more apparent when they all chained themselves together when the authorities came on scene.

A. indolent
B. spurious
C. individual
D. recalcitrant
E. cohesive

The ______ dress of the performers was considered ______ by the censors.

A. matching. . .unfashionable
B. ostentatious. . .repugnant
C. overly revealing. . .acceptable
D. uniform. . .haughty
E. color of. . .errant

答案查题题库