【单选题】【消耗次数:1】
Who can you turn to in time of danger, if not _______ ?
ourselves
ours
we
us
参考答案:
复制
纠错
相关题目
【单选题】 Can you turn down the radio, please?
①  Oh, I know
②  I’m sorry, I didn’t realize it was that loud
③  I’ll keep it down next time
④  Please forgive me
【单选题】 None of us can work out the puzzle, _____ we?
①  can
②  can’ t
③  do
④  don’ t
【单选题】 Can you go to the concert with us this evening?____________
①  No, I already have plans.
②  I’d love to, but I’m busy tonight.
③  No, I really don’t like being with you.
④  I’m ill, so I shouldn’t go out.
【单选题】 Can you come over for dinner with us?
①  I’d like to but I have a meeting tonight
②  It doesn’t matter
③  No, I don’t like
④  Oh, that sounds well
【单选题】 Can you go out with us for dinner this evening?
①  No, I already have plans
②  Thanks a lot but I’m busy tonight
③  No, I really don’t like being with you
④  I’m ill, so I shouldn’t go out for dinner
【单选题】 I doubt[填空] we can finish it on time.
①  not
②  and
③  so
④  if
【单选题】 By the time you graduate, we _____in Australia for one year.
①  will be staying
②  will have stayed
③  would have stayed
④  have stayed
【单选题】 While we cannot close the gulf between us, we can try to bridge it so that we may be able to talk across it.
①  A.当我们无法弥合我们之间的鸿沟时,我们可以搭一座桥,以便越过它进行会谈。
②  B.在我们不能弥合双方之问的鸿沟时,我们可以修一座桥,为的是能够进行会谈。
③  C.虽然我们不能弥合双方之间的鸿沟,我们却能够设法搭一座桥,以便我们能够越过它进行会谈。
④  D.虽然我们可以修一座桥,为的是能够进行会谈,但我们却无法弥合双方之间的鸿沟。
【判断题】 A: Can you tell us the story in English? B: No, I cant.
①  正确
②  错误
【单选题】 We are going to have a singing party tonight. Would you like to join us?___________
①  I’m afraid not, because I have to go to an important meeting.
②  Of course not. I have no idea.
③  No, I can’t.
④  That’s all set.
随机题目
【单选题】 已知f1和f2是同一类的两个成员函数,但f1不能直接调用f2,这说明()
①  f1和f2都是静态函数
②  f1不是静态函数,f2是静态函数
③  f1是静态函数,f2不是静态函数
④  f1和f2都不是静态函数
【单选题】 对使用关键字new所开辟的动态存储空间,释放时必须使用( )
①  free
②  create
③  delete
④  realse
【单选题】 构造函数不具备的特征是()
①  构造函数的函数名与类名相同
②  构造函数可以重载
③  构造函数可以设置默认参数
④  构造函数必须指定类型说明
【单选题】 假定一个类的构造函数为A(int aa,int bb) {a=aa--;b=a*bb;},则执行A x(4,5);语句后,x.a和x.b的值分别为()
①  3和15
②  5和4
③  4和20
④  20和5
【单选题】 下面对析构函数的正确描述是
①  系统不能提供默认的析构函数
②  析构函数必须由用户定义
③  析构函数没有参数
④  析构函数可以设置默认参数
【单选题】 C++对C语言做了很多改进,即从面向过程变成为面向对象的主要原因是()
①  增加了一些新的运算符
②  允许函数重载,并允许设置缺省参数
③  规定函数说明符必须用原型
④  引进了类和对象的概念
【单选题】 类的构造函数在以下什么情况下会被自动调用( )
①  定义成员函数时
②  定义对象时
③  定义数据成员时
④  定义友元函数时
【单选题】 对于友元描述正确的是( )
①  友元是本类的成员函数
②  友元不是本类的成员函数
③  友元不是函数
④  友元不能访问本类私有成员
【单选题】 下列关于静态数据成员的描述中正确的是()
①  静态数据成员是类的所有对象所共有的
②  静态数据成员要在构造函数内初始化
③  类的每个对象有自己的静态数据成员
④  静态数据成员不能通过类的对象调用
【单选题】 友元关系不能( )
①  提高程序的运行效率
②  是类与类的关系
③  是一个类的成员函数与另一个类的关系
④  继承