【单选题】【消耗次数: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