答案查看网,轻松搜题/搜资源
登录
×
登录账号
记住密码
立即注册
忘记密码
×
注册
使用微信扫描二维码,获取账号密码后免费查看答案
前往登录
忘记密码
×
忘记密码
使用微信扫描下方二维码,即可找回您的账号密码
前往登录
立即注册
搜题/搜资源
【单选题】【消耗次数: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
查看完整题目与答案