【单选题】【消耗次数:1】
I liked to play games years ago. [填空].
So he was
So was he
So did he
So he did
参考答案:
复制
纠错
相关题目
【单选题】 I am hungry. So [填空] he.
①  does
②  is
③  do
④  did
【单选题】 He has been to Beijing . So [填空] I.
①  have
②  does
③  do
④  did
【单选题】 He can ride a motorbike, so [填空] I.
①  can
②  do
③  am
④  does
【单选题】 He is so shy that he ____ speaks in the public.
①  often
②  frequently
③  seldom
④  sometimes
【单选题】 He is a teacher and so [填空] his wife.
①  does
②  is
③  do
④  did
【单选题】 He irritates me so much that I could ( ).
①  screaming
②  screamingly
③  screamer
④  scream
【多选题】 A: Is he coming?B: I_________ so.
①  think
②  believe
③  hope
④  follow
【单选题】 06. He spoke so quickly that I didn t _________ what he said.
①  makefor
②  makesure
③  makeover
④  makeout
【单选题】 He’s got an assignment in Tokyo, so he _______work abroad.
①  is going to
②  wants
③  would like to
【单选题】 He regretted ____ the decision so hastily.?
①  make ?
②  making ?
③  to make ?
④  have made?
随机题目
【单选题】 已知inta;那么&a表示
①  变量名
②  变量a的地址
③  变量a的值
④  其他
【单选题】 以下可以正确计算s=12345的程序段是)
①  fori=1;i<=5;i++)
②  fori=1;i<=5;i++){s=1;{s=0;s=si;}s=si;}
③  s=1;
④  s=0;fori=1;i<=5;i++)fori=1;i<=5;i++)s=si;s=si;
【单选题】 ()是不正确的字符常量
①  n
②  1
③  a
④  /101
【单选题】 定义一个有4个元素的一维整型数组,正确的是
①  floata[4];
②  inta[]={1,2,3,4,5};
③  inta[]={1,2,3};
④  inta[4]={1}
【单选题】 在C语言的算术运算符中只能用于整型数的运算符是
①  ++
②  /
③  %
【单选题】 执行以下程序段后、变量a,b,c的值分别是一。intx=10,y=9;inta,b,c;a=--x==y++)?--x:++y;b=x++;c=y;
①  a=9,b=9,c=9
②  a=8,b=8,c=10
③  a=9,b=10,c=90)a=1,b=11,c=10
【单选题】 ()把x、y定义成float类型变量,并赋同一初值3.14
①  floatx,y=3.14;
②  floatx,y=23.14;
③  floatx=3.14,y=x=3.14;
④  floatx=y=3.14
【单选题】 以下对一维整型数组a的正确说明是
①  inta10);
②  intn=10,a[n];
③  intn;
④  #defineSIZE10;scanf%,inta[SIZE];inta[n];
【单选题】 请阅读以下程序#includemain){floata,bscanf%f,ifa<10.0)b=1.0/x;elseifa<0.5)&&a!=2.0))b=1.0/a十2.0);elseifa<10.0)b=1.0/x;elseb=10.0;printf%f\n,y);}若运行时输入2.0回车),则上面程序的输出结果是:
①  0.000000
②  0.500000
③  1.000000
④  0.250000
【单选题】 已知整型变量k的值为3,下面程序段执行的结果是)switchk){case1:putchar‘A’);break;case2:putchar‘B’);break;case3:putchar‘C’);case4:putchar‘D’);default:putchar‘E’);}
①  CDE
②  C
③  ABC
④  ABCD