【单选题】【消耗次数:1】
I noticed she avoids making any reference _______ her first husband in her latest
with
in
on
to
参考答案:
复制
纠错
相关题目
【单选题】 I don’t know why she avoids __________ her opinion on the subject.
①  to give
②  to be given
③  giving
④  being given
【单选题】 I noticed her ____ a pen from the ground.
①  to pick out
②  to pick up
③  pick out
④  pick up
【单选题】 Alice ___her father that both she and her husband would be happy if he would live with them.
①  convinced
②  reinforced
③  pledged
④  required
【单选题】 Linda_______her husband a wallet before her husband bought her a watch.
①  has bought
②  bought
③  had bought
【单选题】 Though ____ rich, she was better off than at any other period in her life.
①  by means of
②  within her means
③  by all means
④  by no means
【单选题】 15. She suffered great mental_____ after her husband died, and as a result she became mad.
①  anger
②  . discomfort
③  unhappiness
④  anguish
【单选题】 She happily deposits the money she has earned teaching English in her savings account. Find any misplaced modifier in the sentence
①  happily
②  she has earned
③  in her savings account
【单选题】 I [] she will recover quickly from her illness.
①  hope
②  wish
【单选题】 Everybody likes her because she is always _______ .
①  Everybody likes her because she is always _______ .
②  cheerful
③  sad
④  selfish
【单选题】 She got married although her parents had not given her their ___.
①  allowance
②  consent
③  permit
④  appreciation
随机题目
【单选题】 若有定义:int a[2][4];,则引用数组元素正确的是()
①  a[0][3]
②  a[0][4]
③  a[2][2]
④  a[2][2+1]
【单选题】 若a是int类型变量,()不是合法的C语句。
①  {intj;j++;}
② 
③  {;}
④ 
【单选题】 十进制数16的十六进制数是()
①  11
②  12
③  13
④  10
【单选题】 下面程序的运行结果是() #include stdio.h main( ) { char a[]=morning,t; int i,j=0; for(i=1;i if(a[j]j=i; t=a[j]; a[j]=a[7]; a[7]=a[j]; puts(a); }
①  mogninr
②  mo
③  morning
④  mornin
【单选题】 选择出合法的if语句(设int x,a,b,c;)()。
①  if(a==b)x++
②  if(a=b)x++
③  if(ab)x++
④  if(a=b)x++
【单选题】 若有定义int *f();则在此定义了一个()。
①  指向整型函数的指针变量
②  基类型为整型的指针变量
③  返回整型指针值的函数
④  不符合C 语言语法
【单选题】 变量的有效范围与其定义位置有关,(),其作用域在整个源程序文件中都有效。
①  在第一个函数中定义的变量
②  在定义第一个函数之前所定义的变量
③  在主函数中定义的变量
④  在函数中定义的静态变量
【单选题】 有以下程序,程序执行后的输出结果是( ) #include int fun(int x [ ],int n) { static int sum=0,i; for(i=0; i{ sum+=x[i]; } return sum; } void main( ) { int a[ ]={1,2,3,4,5}; int b[ ]={6,7,8,9},s=0; s=fun(a,5)+fun(b,4); printf(%d\n,s); }
①  45
②  50
③  60
④  66
【单选题】 若有定义int a,x;则语句a=(x=8,x+8);运行后,变量a,x的值依次为()
①  16,8
②  8,8
③  16,16
④  8,16
【单选题】 下列函数中,能够从键盘上获得一个字符数据的函数是()。
①  puts()
②  putchar()
③  getchar()
④  gets()