【单选题】【消耗次数:1】
Mack was a lonely( ) child.
outside
introverted
inside
introvert
参考答案:
复制
纠错
相关题目
【单选题】 The child keeps _______ for her mother outside during the meeting.
①  wait
②  to wait
③  waiting
【判断题】 The inside address refers to the addressees address.
①  正确
②  错误
【单选题】 I prefer______ at home to _____outside.
①  staying, playing
②  to stay, play
③  staying, play
④  to stay, playing
【单选题】 We will go outside if it [填空] tomorrow.
①  dont rain
②  didnt rain
③  doesnt rain
④  isnt rain
【单选题】 We will go outside if it [填空] tomorrow.
①  don't rain
②  didn't rain
③  doesn't rain
④  isn't rain
【判断题】 There have many people outside the room.
①  正确
②  错误
【单选题】 肝硬化Child - Pugh 分级标准,A级为()
①  Child-Pugh评分10-15分
②  Child-Pugh评分8-12分
③  Child-Pugh评分7-9分
④  Child-Pugh评分5-6分
【单选题】 They know the sport inside out, and we treat them with the respect they ______.
①  deserve
②  inspect
③  encounter
④  undermine
【单选题】 Outside my office window there is a fire ____ on the right.
①  escape
②  ladder
③  steps
④  stairs
【单选题】 Not until three years ago _____ to work outside.
①  he began
②  he begins
③  began he
④  did he begin
随机题目
【单选题】 假定a为一个字符数组名,则a[8]的地址比该数组的首地址大多少个字节?
①  4
②  8
③  16
④  32
【单选题】 假定整数指针p所指数据单元的值为30,p+1所指数据单元的值为40,则执行*p++后,p所指数据单元的值为?
①  40
②  30
③  70
④  10
【单选题】 下面的标识符中,哪一个是文件级作用域?
①  函数形参
②  语句标号
③  外部静态类标识符
④  自动类标识符
【单选题】 假定s被定义为指针类型char *的变量,初始指向的字符串为Hello world!,若要使变量p指向s所指向的字符串,则p应定义为?
①  char *p=s;
②  char *p=
③  char *p;p=*s;
④  char *p; p=
【单选题】 假定k是一个double类型的变量,则定义指向k的变量p的正确语句为?
①  double p=
②  double *p=
③  double
④  char *p= Thank you!
【单选题】 下列选项中,不能作为函数的返回类型的是?
①  void
②  int
③  new
④  long
【判断题】 作为表达式的函数调用,被调用函数必须有返回值。
①  正确
②  错误
【单选题】 a是一个数组名,则a[i]的指针访问方式是?
①  *a
②  a+i
③  *a+i
④  *(a+i)
【单选题】 一个指针类型的变量,占用多少字节存储空间?
①  2
②  4
③  8
④  16
【单选题】 若要结束所在函数的执行,返回到调用该函数的位置,应选择使用的语句是?
①  continue
②  break
③  goto
④  return