【单选题】【消耗次数:1】
Shall I buy a cup of coffee for you? -[填空].
No, you won't.
No, you aren't.
No, please don't.
No, please.
参考答案:
复制
纠错
相关题目
【单选题】 Shall I buy a cup of coffee for you? -[填空].
①  No, you wont.
②  No, you arent.
③  No, please dont.
④  No, please.
【单选题】 You ____ that letter to James. However, you didn’t.
①  ought to write
②  ought to have written
③  should write
④  should be writing
【单选题】 If only he __________ what I tell him, but he won’t.
①  had done
②  would do
③  would have done
④  has done
【单选题】 Shall?[填空] give?you?a?cup?of?coffee?
①  I
②  you
③  they
④  it
【单选题】 I __________ going to the doctor, but I wish I hadn’t.
①  pick out
②  make out
③  give off
④  put off
【单选题】 12. When you are _____ with the book, please don’t throw it away.
①  finishing
②  . familiar
③  through
④  . similar
【单选题】 If you don’t go, ____ I.
①  nor shall
②  so don’t
③  neither do
④  so do
【单选题】 Excuse me. I don’t want to interrupt you but …
①  Can I help you?
②  Certainly, how dare you
③  It’s quite all right
④  Yes, you did
【单选题】 Why not buy a cheaper one, ___ you don’t have enough money?
①  since
②  because
③  for
④  though
【单选题】 If you work hard, you will be ________; but if you don’t, you will be punished.
①  relaxed
②  relieved
③  reduced
④  rewarded
随机题目
【单选题】 在学习C语言的过程中不可采用的学习方法是()。
①  分析理解
②  动手实践
③  阅读代码
④  强行记忆
【单选题】 若要求在if后一对圆括号中的表达式,表示a等于0时的值为真,则能正确表示这一关系的表达式是()。
①  a!=0
②  !a
③  a
④  a=0
【单选题】 对C程序在作逻辑运算时判断操作数真、假的表述,()是正确的。
①  0为假非0为真
②  只有1为真
③  -1为假1为真
④  0为真非0为假
【单选题】 若有以下说明语句: structstudent {int charname[ floatscore; }stu; 则下面的叙述不正确的是()
①  struct是结构体类型的关键字
②  structstudent是用户定义的结构体类型
③  num,score都是结构体成员名
④  stu是用户定义的结构体类型名
【单选题】 以下函数调用语句中,calc(exp1,(exp3,exp4,exp5));含有的实参个数是()
①  1
②  2
③  3
④  4
【单选题】 在C语言类型中,int,char,short等类型的长度是()
①  固定的
②  由用户自己定义
③  任意的
④  与机器字长有关
【单选题】 以下有关宏定义的叙述,正确的是()
①  宏名必须用大写字母表示
②  带参数的宏就是一个函数
③  宏名不具有类型
④  宏定义和其它C语句,其末尾要加分号
【单选题】 为了计算s=10!,则定义变量s时应该使用的数据类型是()
①  int
②  unsigned
③  long
④  以上三种类型均可
【单选题】 在C语言程序中,定义符号常量的标识符是()。
①  main
②  define
③  include
④  float
【单选题】 以下函数调用语句中实参的个数是() func((e1,e2),(e3,e4,e5));
①  2
②  3
③  5
④  语法错误