【单选题】【消耗次数:1】
Are you _____ with my story?
boring
bored
dull
tedious
参考答案:
复制
纠错
相关题目
【单选题】 It s an interesting place. You wont be bored ___ it.
①  with
②  in
③  from
【单选题】 I remember _______ you the story last night.
①  telling
②  told
③  to tell
④  have told
【单选题】 ____ of whether you are ill or not, I want you to cover the story of today’s conference on the environment.
①  Regardless
②  Despite
③  Even
④  Considering
【判断题】 A: Can you tell us the story in English? B: No, I cant.
①  正确
②  错误
【单选题】 Thanks, you saved my daughter’s life!____________
①  Oh, I’m afraid I didn’t do well enough.
②  No problem.
③  I’m glad I could help.
④  It’s not necessary for you to say so.
【单选题】 You ____ business interfering with my affairs.
①  have none
②  have no
③  have none of the
④  have nothing like
【单选题】 Do you mind my smoking here?___________
①  No, thanks.
②  Yes, I do.
③  Yes, I’d rather not.
④  Good idea.
【单选题】 You _____business interfering with my affairs.
①  have none
②  have no
③  have none of the
④  have nothing like
【单选题】 Must I take a taxi?No, you _______. You can take my car.
①  had better to
②  don’t
③  must not
④  don’t have to
【单选题】 A: This meal is on me. [填空]. B: Thanks, but isnt it my turn to treat you?
①  Its none of your business
②  Ill treat you
③  My pleasure
④  I invite you
随机题目
【单选题】 假定变量m定义为“int ”,则下列定义p的正确语句为?
①  int p=
②  int *p=
③  int
④  int *p=m;
【单选题】 一个指针指向一个数据对象,它保存着该数据对象的地址,若数据对象为DataType类型,则该指针的类型为?
①  DataType *
②  DataType
③  DataType
④  DataType**
【单选题】 假定p是一个指向float型数据的指针,则p+l所指数据的地址比p所指数据的地址大几个字节?
①  1
②  2
③  4
④  8
【单选题】 假定指针变量p定义为“int *p=malloc(sizeof(int));”,要释放p所指向的动态存储空间,应调用的函数为?
①  free(p)
②  delete(p)
③  free(*p)
④  free(p)
【单选题】 下面正确的函数原型语句是?
①  int Function(void a);
②  void Function(int );
③  int Function(a);
④  void;
【单选题】 假定p是一个指向float型数据的指针,则p+1所指数据的地址比p所指数据的地址大多少个字节?
①  1
②  2
③  4
④  8
【单选题】 p是一个指向数据对象x的指针,则与x表达等价的是?
①  p
②  p
③  *p
④  p
【单选题】 表示文件结束符的符号常量为?
①  eof
②  Eof
③  EOF
④  feof
【单选题】 C语言中的系统函数fopen()是一个对文件进行什么操作的函数?
①  读取
②  写入
③  关闭
④  打开
【判断题】 有返回值的函数,结束函数运行时可以不使用return语句。
①  正确
②  错误