【单选题】【消耗次数:1】
We’ve had an() amount of help from people
engage
encounter
entertain
enormous
参考答案:
复制
纠错
相关题目
【单选题】 What a rainy summer we’ve had! --Yes, there only three sunny weekends the whole summer.
①  have been
②  are
③  had been
④  has been
【单选题】 Now that we’ve ____, can we come to a decision?
①  thought over
②  thought of
③  thought through
④  thought about
【单选题】 _________ we’ve no money, we can’t buy it.
①  Since
②  Because of
③  Therefore
④  Why
【单选题】 But for your help, we could not __________ .
①  succeed
②  have succeeded
【单选题】 You are ____ to have had the help of such a man.
①  thoughtful
②  considerate
③  fortunate
④  moderate
【单选题】 ---I think we’ve met somewhere before.---No, _________.
①  it isn’t likely
②  it can’t be true
③  I would rather not
④  I don’t think I know you
【单选题】 We’ve missed the last bus, I’m afraid we have no _______ but to take a taxi.
①  way
②  choice
③  possibility
④  selection
【单选题】 We’ll go out as soon as I’ve ____ the kitchen.
①  sent for
②  cleaned up
③  done with
④  worked out
【单选题】 We’ve missed the last bus. I’m afraid we have no ________ but to take a taxi.
①  way
②  choice
③  possibility
④  selection
【多选题】 We_____________ from the facts.
①  drew a conclusion
②  reached a conclusion
③  came to a conclusion
④  started a conclusion
随机题目
【单选题】 下面正确的函数原型语句是( )。
①  int Function(void a);
②  void Function(int);
③  int Function(a);
④  void int(double a);
【单选题】 在下面的( )不能作为函数的返回类型。
①  void
②  int
③  new
④  long
【单选题】 函数调用func((exp1,exp2),exp3*exp4-exp5)中所含实参的个数为( )个。
①  1
②  2
③  4
④  5
【单选题】 表示文件结束符的符号常量为( )。
①  eof
②  Eof
③  EOF
④  feof
【单选题】 假定一个结构类型的定义为“struct D{int a;union{int b;double c;};D* d[2];};”,则该类型的大小为( )字节。
①  20
②  24
③  28
④  32
【单选题】 假定有“struct BOOK{char title[40];float price;};struct BOOK *book;”,则不正确的语句为( )。
①  struct BOOK *x=malloc(book);
②  struct BOOK x={“C++ Programming”,27.0};
③  struct BOOK *x=malloc(sizeof(BOOK));
④  struct BOOK **x=
【单选题】 在#include命令中不可以包含( )。
①  头文件
②  程序文件
③  用户头文件
④  目标文件
【单选题】 假定一个结构类型的定义为“struct A{int a,b;A* c;};”,则该类型的长度为( )。
①  8
②  10
③  12
④  16
【单选题】 从一个数据文件中读入以换行符结束的一行字符串的函数为( )。
①  gets()
②  fgets()
③  getc()
④  fgetc()
【单选题】 在下面的( )函数声明语句存在语法错误。
①  AA(int a,int b);
②  AA(int,int)
③  AA(int a;int b)
④  AA(int a,int)