题目内容

Many people prefer the bowls made of steel to the______made of plastic.

A. it
B. one
C. ones
D. them

查看答案
更多问题

My mother and father were invited to the party, but _______of them went.

A. either
B. none
C. both
D. neither

以下程序运行后的输出结果是( )。int main(){ int i=1,j=2,k=3;if(i++==1&&(++j==3||k++==3));printf("%d %d %d\n",i,j,k);return 0;}

A. 2 3 3
B. 1 2 3
C. 2 3 4
D. 2 2 3

有以下程序,程序运行时,输入的值在哪个范围才会有输出结果()。#include int main(){ int x;scanf("%d",&x);if(x<=3);elseif(x!=10) printf("%d\n",x);return 0;}

A. 不等于10的整数
B. 大于3且不等10的整数
C. 大于3或等于10的整数
D. 小于3的整数

有以下程序,程序输出()。#include int main(){ int a=0,b=0,c=0,d=0;if(a=1) b=1;c=2;else d=3;printf("%d,%d,%d,%d\n",a,b,c,d);return 0;}

A. 0,0,0,3
B. 1,1,2,0
C. 0,1,2,0
D. 编译有错

答案查题题库