答案查看网,轻松搜题/搜资源
登录
×
登录账号
记住密码
立即注册
忘记密码
×
注册
使用微信扫描二维码,获取账号密码后免费查看答案
前往登录
忘记密码
×
忘记密码
使用微信扫描下方二维码,即可找回您的账号密码
前往登录
立即注册
搜题/搜资源
【单选题】【消耗次数:1】
I was going to write, [填空] I lost your address.
①
but
②
and
③
so
④
then
参考答案:
复制
纠错
➡️如需代学继续教育,请点击这里
相关题目
【单选题】
What are we going to do? I am ________ your suggestion.
①
in
②
at
③
by
④
on
查看完整题目与答案
【单选题】
Ive lost my pen. I cant find it anywhere, so I have to buy ____ after school.
①
it
②
one
③
this
④
that
查看完整题目与答案
【单选题】
A: Can I borrow your bike? B: [填空]
①
I am not sure.
②
I am sorry. It is not at the hand now.
③
It is very kind of you.
④
Thank you so much.
查看完整题目与答案
【单选题】
I’m interested [填空] finding out what she lost
①
in
②
on
③
at
④
for
查看完整题目与答案
【单选题】
I thought I knew the way, but ____I got lost.
①
somehow
②
somewhat
③
anyhow
④
anyway
查看完整题目与答案
【单选题】
A: I am going to get married, Mark. B: [填空]
①
Youre kidding!
②
Congratulations!
③
Is it a real thing?
④
Good luck!
查看完整题目与答案
【单选题】
The elbows on your coat have worn thin, so I must _____them.
①
mend
②
patch
③
repair
④
pitch
查看完整题目与答案
【单选题】
I __________ going to the doctor, but I wish I hadn’t.
①
pick out
②
make out
③
give off
④
put off
查看完整题目与答案
【单选题】
I like dancing and so [填空] Tom.
①
does
②
is
③
do
④
did
查看完整题目与答案
【单选题】
I’11 send you my address ____ I find somewhere to live. ?
①
although ?
②
as ?
③
while ?
④
once ?
查看完整题目与答案
随机题目
【单选题】
已定义c为字符型变量,则下列语句中正确的赋值语句是()
①
c='66';
②
c="66"
③
c=66;
④
c="B"
查看完整题目与答案
【单选题】
已有定义:intx=3,y=4,z=5;则表达式!(xy)z-1&&yz/2的值是()
①
6
②
0
③
2
④
1
查看完整题目与答案
【单选题】
下列说法正确的是()
①
main函数必须放在C程序的开头
②
main函数必须放在C程序的最后
③
main函数可以放在C程序的中间部分,但在执行C程序时是从程序开头执行的
④
main函数可以放在C程序的中间部分,但在执行C程序时是从main函数开始的
查看完整题目与答案
【单选题】
下述语句的输出为() intm=-1; printf(“%d,%u,%o”,m,m,m);
①
-1,-1,-11
②
-1,32767,-177777
③
-1,32768,177777
④
-1,65535,177777
查看完整题目与答案
【单选题】
有以下函数定义:voidfun(intn,doublex){……}若以下选项中的变量都已正确定义并赋值,则对函数fun的正确调用语句是()
①
fun(inty,doublem);
②
k=fun(10,12.5);
③
fun(x,n);
④
voidfun(10,12.5);
查看完整题目与答案
【单选题】
在调用函数时,如果实参是简单变量,它与对应形参之间的数据传递方式是()
①
地址传递
②
由实参传给形参,再由形参返回实参
③
值传递
④
传递方式由用户指定
查看完整题目与答案
【单选题】
在微型计算机系统中,存储一个汉字的国标码所需要的字节数是()
①
1
②
2
③
3
④
4
查看完整题目与答案
【单选题】
在计算机中,C语言是属于()
①
机器语言
②
高级语言
③
汇编语言
④
自然语言
查看完整题目与答案
【单选题】
有如下定义:longm;charc;floatx;doubley;则表达式cm*x/y的值的类型是()
①
long
②
char
③
float
④
double
查看完整题目与答案
【单选题】
在“while(!a)”中,其中“!a”与表达式()等价。
①
a==0
②
a==1
③
a!=1
④
a!=0
查看完整题目与答案