【单选题】【消耗次数:1】
A: Why didnt you come to my party last night? B: Im sorry, [填空]. I had to visit my grandmother at the hospital.
I did it
I still remember it
I will come
I couldnt make it
参考答案:
复制
纠错
相关题目
【单选题】 A: Sorry, I couldnt come to the party? I was sick that day. B: [填空].
①  I dont know that
②  Yes, well have another party
③  Thats all right
④  No, the party wasnt held
【单选题】 —Why didnt you come to join her party?—I______, but I had to deal with something urgent.
①  would have
②  should
③  would do
④  was going to have
【单选题】 —Why didn’t you come to join her party? —I______, but I had to look after my ill mother.
①  would have
②  should
③  would do
④  was going to have
【单选题】 A: Mary, Im very sorry to tell you that I wont be able to come this Friday. B: Whats the matter? [填空].
①  Nothing wrong, I hope
②  Its all right with me
③  Im really sorry for that
④  You can come some other time
【单选题】 —Don’t forget to come to my birthday party tomorrow.—I ____ .
①  don’t
②  won’t
③  can’t
④  haven’t
【单选题】 I ___ go to bed until I ___ finished my work last night.
①  don’t; had
②  didn’t; have
③  didn’t; had
④  don’t; have
【单选题】 A: Richard, class begins at 9, and you are late. B: I know, but I missed my bus, Im sorry. B: [填空]. You have to be here on time.
①  Thats no excuse
②  Dont mention it
③  You neednt be
④  No problem
【单选题】 A: I went on a date with Susan last weekend. B: Really? [填空]? A: I couldnt ask for a better night.
①  Is she nice
②  How was it
③  Is it a beautiful night
④  Did you like her
【单选题】 I remember _______ you the story last night.
①  telling
②  told
③  to tell
④  have told
【单选题】 I________go to bed until I________finished my work last night.
①  dont;had
②  didnt;have
③  didnt;had
④  dont;have
随机题目
【单选题】 删除动态对象,需要使用操作符()
①  new
②  delete
③  .
④  *
【单选题】 已知字母A的ASCII码为65,则表示字符常量A错误的是()。
①  \101
②  \x41
③  65
④  A
【单选题】 下列关于虚函数的描述中,()是正确的。
①  虚函数是一个非成员函数
②  虚函数是一个静态成员函数
③  派生类的虚函数与基类种对应的虚函数具有相同的参数个数和类型
④  虚函数既可以在函数说明时定义,也可以在函数实现时定义
【单选题】 局部变量可以隐藏全局变量,那么在有同名全局变量和局部变量的情形时,可以用()提供对全局变量的访问。
①  作用域运算符
②  指针运算符
③  提取运算符
④  插入运算符
【单选题】 下列格式控制符,既可以用于输入,又可以用于输出的是()
①  setbase
②  setfill
③  setprecision
④  setw
【单选题】 下列关于子对象的描述中,错误的是()。
①  子对象不可以是自身类的对象
②  子对象是另一个类的对象
③  子对象的初始化要包含在构造函数中
④  一个类中只能有一个子对象
【单选题】 下面的四个选项中,可以对数组a进行正确初始化的语句是()。
①  int a[10]=(0,0);
②  int a[10]={};
③  int a[]=(0);
④  int a[10]={10*1};
【单选题】 以下选项中,二维数组a正确的声明语句是()
①  float a(3,4);
②  int a[3][ ];
③  float a(3)(4);
④  double a[1][4];
【单选题】 在编译指令中,宏定义使用哪个指令?()
①  #include
②  #define
③  #if
④  #else
【单选题】 已知int a[]={ 0,2,4,6,8,10 },*p=a+1;其值等于0的表达式是()
①  *(p++)
②  *(++p)
③  *(p--)
④  *(--p)