【单选题】【消耗次数:1】
I want go to New York. What’s the fare?
Pardon me?
I’m sorry
Yes, I don’t understand
I’m not understanding
参考答案:
复制
纠错
相关题目
【单选题】 —I’ve got an offer in New York. —Oh, ____! But I’m going to miss you.
①  That’s too bad
②  I’m sorry
③  I beg your pardon
④  That’s great
【单选题】 I don’t want to talk about it now. I’m not in the __________ .
①  feeling
②  attitude
③  emotion
④  mood
【单选题】 I am[填空]?tired?that I don’t want to go out.
①  very
②  too
③  so
④  indeed
【单选题】 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
【单选题】 Next month I _______a meeting with an organization in New York.
①  would have
②  am having
③  was having
【单选题】 -I’m sorry I broke your mirror.-Oh, really? ____.
①  It’s OK with me
②  It doesnt matter
③  Don’t be sorry
④  I don’t care
【单选题】 I’m sorry to break your glasses.____________
①  It doesn’t matter.
②  What a pity! I’m sorry.
③  The same to you.
④  Thanks.
【单选题】 If you don’t go, ____ I.
①  nor shall
②  so don’t
③  neither do
④  so do
【单选题】 I don’ t think it’ s important, _____?
①  doesn’ t
②  is it
③  do I
④  isn’ t
【判断题】 A: I’m sorry I’m late again. B: Never mind.
①  正确
②  错误
随机题目
【单选题】 以下叙述正确的是(   )
①  宏名必须用大写的英文字母表示
②  宏定义不仅是符号替换,也可以赋值
③  宏替换是在程序编译时完成的,不占用程序运行时间
④  引用带参数的宏时,实际参数与宏定义中的形式参数类型应一致
【单选题】 若有定义:intb=-15;则()为正确的赋值表达式。
①  b+=b*3
②  b=*5
③  *b=6
④  b+10=-5
【单选题】 一个结构体变量占用的内存大小是()。
①  占内存容量最大的成员所需容量
②  各成员所需内存容量之和
③  第一个成员所需内存容量
④  最后一个成员所需内存容量
【单选题】 若有下面定义,对结构体变量成员不正确引用的语句是()。structpup{charname[20];intage;intsex;}p[3],*q;q=p;
①  scanf("%s",p[0].name);
②  scanf("%d",q
③  -scanf("%d",(q
④  -scanf("%d",p[0].age);
【单选题】 下面叙述正确的是()。
①  程序中必须包含有输入语句
②  变量按所定义的类型存放数据
③ 
④  每行只能写一条语句
【单选题】 若已定义intarr[10];则不能正确引用arr数组元素的是()。
①  arr[0]
②  arr[1]
③  arr[10-1]
④  arr[7+3]
【单选题】 下面叙述正确的是()
①  每行最多只能写两条语句
②  程序中必需含有自定义函数
【单选题】 main()函数的位置()。
①  必须在自定义函数前面
②  可以在自定义函数后面
③  必须位于程序的最前面
④  必须在自定义函数后面
【单选题】
①  4
②  3
③  6
④  5
【单选题】 当顺利执行了文件关闭操作时,fclose函数的返回值是()。
①  1
②  0
③  -1
④  一个非0值