【单选题】【消耗次数:1】
A: How about going to dinner at the Mexican restaurant tonight? B: [填空].
I like Mexican food
Id like to, but I already have plans for tonight
Forget it
I dont know
参考答案:
复制
纠错
相关题目
【单选题】 A: Would you like come to dinner tonight? B: [填空].
①  Lets put it off till later
②  Thanks, but I have to work overtime
③  I really cant. Youll not mind, I think
④  No, I dont want to
【单选题】 A: We are going to have a housewarming party tonight. Would you like to join us? B: [填空].
①  I have no idea.
②  Im afraid not, because I have to visit my parents
③  No, I cant.
④  Thats all set
【判断题】 A: How do you like this flat? B: I dont like it.
①  正确
②  错误
【单选题】 How about going to the cinema tonight, Jane?
①  I don’t think so
②  I’m sorry. I have to drive my mother home tonight
③  Never mind
④  Take it easy
【单选题】 We are going to have a dancing party tonight. Would you like to join us?
①  I’m afraid not. Because I have an appointment with my dentist tonight
②  Of course not. I have no idea
③  No, I can’t
④  That’s all set
【单选题】 A: I dont like the sports programs on Sundays. B: [填空].
①  So do I
②  Neither am I
③  So am I
④  Neither do I
【单选题】 We are going to have a singing party tonight. Would you like to join us?___________
①  I’m afraid not, because I have to go to an important meeting.
②  Of course not. I have no idea.
③  No, I can’t.
④  That’s all set.
【单选题】 Peter: How about going to the movies tonight then?Mary: ____
①  I don’t know.
②  The movie is very interesting.
③  That sounds good.
④  The movie is very boring.
【判断题】 A: Its fine today, and I dont love to stay indoors. B: I dont like it, too.
①  正确
②  错误
【单选题】 I really dont like the way[填空]he talks.
①  What
②  how
③  when
④  that
随机题目
【单选题】 C++程序从上机到得到结果的几个操作步骤依次是()
①  编译、编辑、连接、运行
②  编辑、编译、连接、运行
③  编译、运行、编辑、连接
④  编辑、运行、编辑、连接
【单选题】 字符串”a+b=12\n”的长度为()
①  6
②  7
③  8
④  9
【单选题】 do语句能够改写为()语句
①  复合
②  if
③  switch
④  while
【单选题】 x0 || y==5的相反表达式为()
①  x=0 || y!=5
②  x=0 y!=5
③  x0 || y!=5
④  x0 y==5
【单选题】 函数重载是指()
①  两个或两个以上的函数取相同的函数名,但形参的个数或类型不同
②  两个以上的函数取相同的名字和具有相同的参数个数,但形参的类型可以不同
③  两个以上的函数名字不同,但形参的个数或类型相同
④  两个以上的函数取相同的函数名,并且函数的返回类型相同
【单选题】 以下关于函数模板叙述正确的是()
①  函数模板也是一个具体类型的函数
②  函数模板的类型参数与函数的参数是同一个概念
③  通过使用不同的类型参数,函数模板可以生成不同类型的函数
④  用函数模板定义的函数没有类型
【单选题】 为了提高程序的运行速度,可将不太复杂的功能用函数实现,此函数应选择()。
①  内联函数
②  重载函数
③  递归函数
④  模板
【单选题】 设”int a=15,b=26;”,则”cout(a,b);”的输出结果是()
①  15
②  26,15
③  15,26
④  26
【单选题】 在下面循环语句中循环体执行的次数为() int i=0; do i++; while(i*i
①  4
②  3
③  5
④  2
【单选题】 若定义了函数 double *function(), 则函数function的返回值为()。
①  实数型
②  实数的地址C.指向函数的指针
③  函数的地址