【单选题】【消耗次数:1】
19._____ all this work and so little sleep at night, I don’t think I can go on much longer.
What about
What if
What with
What for
参考答案:
复制
纠错
相关题目
【判断题】 I don’t know what you are talking about.
①  正确
②  错误
【单选题】 I don’t know what _______ to comfort her.
①  saying
②  to say
【单选题】 What I meant was that we should go[填空] with the work.
①  on
②  in
③  down
④  out
【单选题】 What can I do for you, madam?
①  I want a kilo of apples
②  You can go your own way
③  Thanks
④  Excuse me. I’m busy
【单选题】 She took it as an insult which wasn’t at all what I( ).
①  intend
②  intended
③  has intended
④  had intended
【单选题】 —Hello there, what can I do for you, sir?—_____________________.
①  I can do it myself.
②  No, youre welcome.
③  I would like to buy a pair of glasses.
④  Yes, thank you.
【单选题】 I want go to New York. What’s the fare?
①  Pardon me?
②  I’m sorry
③  Yes, I don’t understand
④  I’m not understanding
【判断题】 A: What do you think of these skirts? B: I think nothing.
①  正确
②  错误
【单选题】 8.Do you have any idea what he meant? I really can’t ______ what he said at this morning’s meeting.
①  figure on
②  figure out
③  find out
④  find
【单选题】 06. He spoke so quickly that I didn t _________ what he said.
①  makefor
②  makesure
③  makeover
④  makeout
随机题目
【单选题】 实现两个相同类型数加法的函数模板的声明是()
①  add(T x,T y)
②  T add(x,y)
③  T add(T x,y)
④  T add(T x,T y)
【单选题】 类模板的使用实际上是将类模板实例化成一个( )。
①  函数
②  对象
③ 
④  抽象类
【单选题】 设有函数模板templateQ Sum(Q x,Q y) {return (x)+(y);} 则下列语句中对该函数模板错误的使用是()
①  Sum(10,2);
②  Sum(0,7);
③  Sum(2f,0f);
④  Sum(“AB”,”CD”);
【单选题】 当使用ifstream定义一个文件流,并将一个打开文件的文件与之连接,文件默认的打开方式为( )
①  ios::in
②  ios::out
③  ios::trunc
④  ios::binary
【单选题】 若定义:string str; 当语句cinstr; 执行时,从键盘输入:Microsoft Visual Studio 0! 所得的结果是str=( )。
①  Microsoft Visual Studio 0!
②  Microsoft
③  Microsoft Visual
④  Microsoft Visual Studio 0
【单选题】 下列有关模板的描述错误的是( )。
①  模板把数据类型作为一个设计参数,称为参数化程序设计。
②  使用时,模板参数与函数参数相同,是按位置而不是名称对应的。
③  模板参数表中可以有类型参数和非类型参数。
④  类模板与模板类是同一个概念。
【单选题】 类模板的实例化( )。
①  在编译时进行
②  属于动态联编
③  在运行时进行
④  在连接时进行
【单选题】 下面对模板的声明,正确的是( )。
①  template
②  templateclass T1, T2
③  templateclass T1, class T2
④  templateclass T1; class T2
【单选题】 从一个文件中读一个字节存于char c; 正确的语句为( )
①  file.read(reinterpret_cast const char * c), sizeof(c));
②  file.read(reinterpret_cast char * c), sizeof(c));
③  file.read(const char *)(c), sizeof(c));
④  file.read((char *)c,sizeof(c);
【单选题】 在C++中使用流进行输入输出,其中用于屏幕输出的对象是( )
①  cerr
②  cin
③  cout
④  cfile