【单选题】【消耗次数:1】
He used to in a small village, but now he has been used to in the big city.
live, living
live, live
living, living
living, live.
参考答案:
复制
纠错
相关题目
【单选题】 The house __________ he used to live in is a library now.
①  which
②  where
【单选题】 “Uncle Li used to live in the town, ____ he?”
①  weren’t
②  didn’t
③  wouldn’t
④  hadn’t
【单选题】 Little Tom is an orphan(孤儿). _____, he has to make a living by himself.
①  A child as he is
②  Child as he is
③  Child as is he A child though he is
【单选题】 _____ people there are in a city, _____ I want to live there.
①  More; more
②  The more; the less
③  The more; the most
④  The more; the least
【单选题】 By the time he was twelve, Edison____ to make a living by himself.
①  would begin
②  has begun
③  had begun
④  was begun
【单选题】 He believed his lucky number was ten, so he decided to live on the ______ floor.
①  lowest
②  ten
③  tenth
【单选题】 He wished to earn a living through writing but ( ) doing so.
①  succeeded in
②  was proud of
③  despaired of
④  was pleased with
【单选题】 Air pollution __________ , this city is still a good place to live in.
①  being greatly reduced
②  greatly being reduced
③  to greatly reduce
④  greatly to reduce
【单选题】 I’11 send you my address ____ I find somewhere to live. ?
①  although ?
②  as ?
③  while ?
④  once ?
【单选题】 Eeveryone is working harder and living a happier life now, _________ ?
①  arent they
②  arent we
③  isnt it
④  isnt one
随机题目
【单选题】 下列函数不能和函数void print(char)构成重载的是( )
①  int print(int);
②  void print(char,char);
③  int print(char);
④  void print(int,int);
【单选题】 已知X类,则当程序执行到语句:X array[3];时,调用了( )次构造函数。
①  0
②  1
③  2
④  3
【单选题】 如果类A被说明成类B的友元,则()
①  类B不一定是类A的友元
②  类B的成员即类A的成员
③  类A的成员即类B的成员
④  类A的成员函数不得访问类B的成员
【单选题】 对C++中主函数描述正确的是
①  名称为main,可为多个
②  名称不限,可为多个
③  名称为main,必须有且只能有—个
④  名称不限,必须有且只能有—个
【单选题】 在C++中不返回任何类型的函数应该说明为()
①  int
②  char
③  void
④  double
【单选题】 使用地址作为实参传给形参,下列说法正确的是()
①  实参是形参的备份
②  实参与形参无联系
③  形参是实参的备份
④  实参与形参是同一对象
【单选题】 在下列成对的表达式中,运算结果类型相同的一对是( )
①  7/2和0/0
②  7/0和7/2
③  0/2和7/2
④  0/0和0/2
【单选题】 在函数定义中的形参属于()
①  全局变量
②  局部变量
③  静态变量
④  寄存器变量
【单选题】 在函数调用时,如某一默认参数要指明一个特定值,则有( )
①  其之前所有参数都必须赋值
②  其之后所有参数都必须赋值
③  其前、后所有参数都必须赋值
④  其前、后所有参数都不必赋值
【单选题】 下列哪个编译指令属于条件编译指令( )
①  #include
②  #define
③  #else
④  #pragma