【单选题】【消耗次数:1】
Air is very important, _________ we cannot live any more.
without that
no which
where
without which
参考答案:
复制
纠错
➡️如需代学继续教育,联系微信:yizhituziang

相关题目
【单选题】 Without air, there __________ no living things.
①  will be
②  would be
【单选题】 Man________die without air or water.
①  will
②  have to
③  must
④  should
【单选题】 15.Man _____ die without air or water.
①  will
②  have to
③  must
④  should
【单选题】 He told me how he had given me shelter and protection without which I __________ of hunger.
①  would be died
②  would die
③  would have died
④  will die
【单选题】 He left home without ______ any message to his parents.
①  leaving
②  leave
【单选题】 We could ask someone to do the work privately without it __________.
①  know
②  be known
③  being known
④  to be known
【单选题】 They live in a house whose door[填空]which opens to the south.
①  for
②  of
③  in
④  with
【单选题】 We ran to the trees, we couldnt see any more monkeys.
①  but
②  for
③  so
④  and
【单选题】 Without his timely help, we _____ all these in such a short period of time.
①  dont accomplish
②  have not accomplished
③  should not accomplish
④  would not have accomplished
【单选题】 I think [填空] maths is more important than any other subject.
①  the
②  a
③  an
④  /
随机题目
【单选题】 已知类CVirtualClass,下面四个选项中均定义了该类的成员函数,请问,哪一个定义是正确的()
①  virtualCVirtualClass();
②  staticvirtualvoidsetValue(int);
③  constCVirtualClassprint()const=0;
④  virtualintgetValue()const=0;
【单选题】 有如下模板定义:templateT fun(Tx,Ty){returnx*x+y*y;}在下列对fun的调用中,错误的是()
①  fun(2,8)
②  fun(2.0,8.2)
③  fun(2.3,8)
④  fun(2,8.3)
【单选题】 有如下定义语句:typedefchar*PCHAR;下列正确的描述或代码是:()
①  语句PCHARp定义了一个字符变量
②  PCHARp=a;
③  PCHARp;charname[5]=John;p=name;
④  PCHARp=Hello;cout
【单选题】 对于一个类的构造函数,其函数名与类名()
①  完全相同
②  基本相同
③  不相同
④  无关系
【单选题】 关于对象性质,下列描述错误的是()
①  同一类对象之间不可相互赋值
②  可以使用对象数组
③  对象可以用作函数参数
④  一个对象可以用作另一个类的成员
【单选题】 对于一个类的析构函数,其函数名与类名()
①  完全相同
②  完全不同
③  只相差一个字符
④  无关系
【单选题】 哪个不是十进制整数()
①  10
②  9
③  8
④  7
【单选题】 如果没有显式定义构造函数(包括复制构造函数),C++编译器就()
①  出现编译错误
②  没有构造函数
③  必须显示定义
④  隐式定义默认的构造函数
【单选题】 实现两个相同类型数加法的函数模板的声明是()
①  add(Tx,Ty)
②  Tadd(x,y)
③  Tadd(Tx,y)
④  Tadd(Tx,Ty)
【单选题】 设有类A的对象Aobject,若用成员函数重载前置自增表达式,那么++Aobject被编译器解释为()
①  Aobject.operator++()
②  operator++(Aobject)
③  ++(Aobject)
④  Aobject::operator++()