【单选题】【消耗次数:1】
A ___________ asks people for money or food .
worker
soldier
beggar
doctor
参考答案:
复制
纠错
相关题目
【单选题】 At the bus stop _____ a soldier and two young people on their way to North Carolina.
①  were
②  was
③  is
④  waiting
【单选题】 When you go to the doctor he asks you to describe your ____ so that he can make a diagnosis (诊断).
①  indications
②  signs
③  symbols
④  symptoms
【判断题】 Hot dogs and hamburgers, Italian pizza and KFC are the favorite fast food for people.
①  正确
②  错误
【单选题】 The best way to make money in your business is to take good ( ) of the people on your team.
①  energy
②  use
③  care
④  profit
【单选题】 It is said that people can ______ or deposit money from bank through facial recognition, ie, they dont have to use a bank card.
①  snatch
②  rob
③  draw
④  pull
【单选题】 The credit cards permit people to borrow-to-buy things they want even when they ( ) have enough money to pay the full price.
①  do not
②  do
③  does
④  does not
【单选题】 It is said that people can ______ or deposit money from bank through facial recognition, ie, they don’t have to use a bank card.
①  snatch
②  rob
③  draw
④  pull
【单选题】 The soldier was _____ of running away when the enemy attacked.
①  scolded
②  charged
③  accused
④  punished
【单选题】 He is a doctor of().
①  phase
②  phone
③  philosophy
④  teacher
【单选题】 The worker put up a picture [填空] the wall.
①  in
②  on
③  at
④  for
随机题目
【单选题】 假定一个结构类型的定义为“struct B{int a[5];char* b;};”,则该类型的长度为( )。
①  20
②  21
③  22
④  24
【单选题】 假定一个结构类型的定义为“struct D{int a;union{int b;double c;};D* d[2];};”,则该类型的大小为( )字节。
①  20
②  24
③  28
④  32
【单选题】 在一个链表中,每个结点必然存在着一个指向自身结点类型的指针域,用来保存下一个结点的( )。
①  地址
② 
③  名称
④  类型
【单选题】 与结构成员访问表达式p-name等价的表达式是( )。
①  p.name
②  (*p).name
③  *p.name
④  *(p-name)
【单选题】 假定p所指对象的值为25,p+1所指对象的值为42,则执行*p++运算后,p所指对象的值为( )。
①  25
②  42
③  26
④  26
【单选题】 标准输入设备的文件流标识符是( )。
①  stdin
②  stdout
③  stderr
④  stdio
【单选题】 在一个程序文件中定义的函数,若要在另一个程序文件中调用,则必须在该文件开始给出相应的( )。
①  原型语句
②  函数头
③  函数体
④  函数类型
【单选题】 执行“int* p=malloc(sizeof(int));”语句后得到的动态分配的整数对象为( B )。
①  p
②  *p
③  **p
④  p
【单选题】 假定一个链表的表头指针为f,结点结构为(data,next),则向该链表的表头插入一个由p所指向的结点时,应执行的操作为p-next=f和( )。
①  p=f-next
②  f=p-next
③  f=p
④  f-next=p
【单选题】 假定要访问一个结构指针p所指对象中的b指针成员所指向的对象,则表示方法为( )。
①  p-b
②  p.b
③  *(p-b)
④  *(b-p)