【单选题】【消耗次数:1】
Im interested in [填空] in Hangzhou.
work
works
working
worked
参考答案:
复制
纠错
相关题目
【单选题】 Im interested ___________ playing basketball.
①  in
②  on
③  at
④  for
【单选题】 Im going to _____a flat near the company Im working at.
①  with
②  by
③  for
④  from
【单选题】 Hangzhou is in [填空] east of China.
①  /
②  an
③  a
④  the
【单选题】 A: This is like the best film Ive ever seen. B: [填空]. Im trying to concentrate on my work.
①  Cut it short
②  Turn it over
③  Keep it down
④  Bring it up
【单选题】 Are they interested in [填空] with us?
①  go
②  goes
③  going
④  go to
【判断题】 Jan works in a bank.? She like work very much.
①  正确
②  错误
【单选题】 A: What do you have in mind? B: Im thinking about jewelry or something valuable. A: Weve got beautiful jewelry here. If youre interested, [填空].
①  I can show you
②  you can see it
③  you should buy it
④  Ill get it
【单选题】 They are interested [填空] earning money.
①  in
②  on
③  at
④  for
【判断题】 A: Im afraid I am not qualified for the assigned work. B: Cheer up! Im sure youre the best.
①  正确
②  错误
【单选题】 A: I am not interested in fishing. B: [填空].
①  I do too.
②  Arent you?
③  Neither am I.
④  So am I.
随机题目
【单选题】 以下正确的说法是()。
①  用户调用标准库函数前,必须重新定义
②  用户可以重新定义标准库函数,若如此,该函数将失去原有含义
③  系统不允许用户重新定义标准库函数
④  用户调用标准库函数前,不必使用预编译命令将该函数所在文件包括到用户源文件中
【单选题】 在下面的字符数组定义中,哪一个有语法错误。()。
①  char a[20]=”abcdefg”;
②  char a[]=”x+y=55.”;
③  char a[15];
④  char a[10]=’5’;
【单选题】 假定一个二维数组的定义语句为“int a[3][4]={{3,4},{2,8,6}};”,则元素a[1][2]的值为()。
①  2
②  4
③  6
④  8
【单选题】 函数原型语句正确的是()。
①  int Function(void a);
②  void Function (int);
③  int Function(a);
④  void int(double a);
【单选题】 假定一个二维数组的定义语句为“int a[3][4]={{3,4},{2,8,6}};”,则元素a[2][1]的值为()。
①  0
②  4
③  8
④  6
【单选题】 在下面的二维数组定义中,正确的是()。
①  int a[5][];
②  int a[][5];
③  int a[][3]={{1,3,5},{2}};
④  int a[](10);
【单选题】 函数调用func((exp1,exp2),(exp3,exp4,exp5))中所含实参的个数为( )个。
①  1
②  2
③  4
④  5
【单选题】 以下叙述中不正确的是()。
①  在一个函数中,可以有多条return语句
②  函数的定义不能嵌套,但函数的调用可以嵌套
③  函数必须有返回值
④  不同的函数中可以使用相同名字的变量
【单选题】 以下关于函数模板叙述正确的是()。
①  函数模板也是一个具体类型的函数
②  函数模板的类型参数与函数的参数是同一个概念
③  通过使用不同的类型参数,函数模板可以生成不同类型的函数
④  用函数模板定义的函数没有类型
【单选题】 函数重载是指()。
①  两个或两个以上的函数取相同的函数名,但形参的个数或类型不同
②  两个以上的函数取相同的名字和具有相同的参数个数,但形参的类型可以不同
③  两个以上的函数名字不同,但形参的个数或类型相同
④  两个以上的函数取相同的函数名,并且函数的返回类型相同