【单选题】【消耗次数:1】
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
参考答案:
复制
纠错
相关题目
【单选题】 The car ran over the child, but by a _____ he was unhurt.
①  wonder
②  marvel
③  miracle
④  surprise
【判断题】 A: How is the child? B: He is much better.
①  正确
②  错误
【判断题】 A: How is the child? B: He is much better.
①  正确
②  错误
【单选题】 It is generally considered unwise to give a child ______ he or she wants.
①  however
②  whatever
③  whichever
④  whenever
【单选题】 The eldest child is thoroughly ____ because they always give him whatever he wants.
①  wasted
②  spoiled
③  destroyed
④  uneducated
【判断题】 It is generally considered unwise to give a child ____whatever____ he or she wants.
①  正确
②  错误
【单选题】 By the time he was twelve, Edison____ to make a living by himself.
①  would begin
②  has begun
③  had begun
④  was begun
【单选题】 The child tiptoed(翘起脚尖走)quietly to the bird. _____ into the forest when he was about to catch it.
①  Flew it away
②  Away flew it
③  Away it flew
④  Flew away it
【判断题】 判断线上的内容是否正确:It is generally considered unwise to give a child ____whatever____ he or she wants.
①  正确
②  错误
【单选题】 He has been there, [填空]?
①  hasnt he
②  has he
③  does he
④  doesnt he
随机题目
【单选题】 设int a =-12,b =5;则条件表达式a <b ?a+2:b 的值为()
①  1
②  0
③  -10
④  5
【单选题】 下列常量中,十六进制int型常量是()。
①  0x5f
②  x2a
③  046
④  7a
【单选题】 在下列读写函数中,进行写操作的函数是()。
①  get()
②  read()
③  put()
④  getline()
【单选题】 下列对字符串的定义中,错误的是()
①  char str[5]=abcde;
②  char str[ ]=abcde;
③  char *str =abcde;
④  char str[ ]={’a’,’b’,’c’,’d’,’e’,’\0’};
【单选题】 C++中,根据()识别类层次中不同类定义的虚函数版本。
①  参数个数
②  参数类型
③  函数名
④  this指针类型
【单选题】 静态联编又叫做()
①  延迟联编
②  早期联编
③  晚期联编
④  以上三者都行
【单选题】 下列关于类的权限的描述错误的是()
①  类本身的成员函数只能访问自身的私有成员
②  类的对象只能访问该类的公有成员
③  普通函数不能直接访问类的公有成员,必须通过对象访问
④  一个类可以将另一个类的对象作为成员
【单选题】 假设pl、p2是STL中的Iist缚器上的迭代器,那么以下语句不符合语法的是()
①  p1++;
②  p1--;
③  p1+=1;
④  intn=(pl==p2);
【单选题】 在C++中,要实现动态联编,必须使用()调用虚函数。
①  基类指针
②  对象名
③  派生类指针
④  类名
【单选题】 设有如下说明语句:typedefstruct{intn;char*ch;}PER;则PER被定义为:()
①  结构变量
②  结构数组
③  结构体指针
④  结构体类型名