【单选题】【消耗次数:1】
Lily is responsible [填空] sales.
in
on
at
for
参考答案:
复制
纠错
相关题目
【单选题】 Hes responsible____the Sales Department.
①  for
②  to
③  with
④  on
【单选题】 What is Lily [填空]?
①  look like
②  like
③  look
④  looks like
【单选题】 What does Lily [填空]?
①  look like
②  like
③  look
④  looks like
【单选题】 He should be responsible [填空] that.
①  in
②  on
③  at
④  for
【单选题】 The boss wanted to be responsible for [填空] the application.
①  test
②  tests
③  testing
④  tested
【单选题】 Do you want to be responsible [填空] this assignmen?
①  in
②  on
③  at
④  for
【单选题】 I’ve made friends with an English?girl??[填空]name?is Lily.
①  whose
②  which
③  when
④  that
【单选题】 , the sales manager began his report with the statistics of last month’s sales.
①  By now
②  As usual
③  So far
④  At most
【单选题】 , the sales manager began his report with the statistics of last month’s sales.
①  By now
②  As usual
③  So far
④  At most
【单选题】 She works in sales and ( ).
①  communication
②  mark
③  markers
④  marketing
随机题目
【单选题】 下面的标识符中,( )是文件级作用域。
①  函数形参
②  语句标号
③  外部静态类标识符
④  自动类标识符
【单选题】 假定一个链表的表头指针为f,结点结构为(data,next),则向该链表的表头插入一个由p所指向的结点时,应执行的操作为p->next=f和( )。
①  p=f->next
②  f=p->next
③  f=p
④  f->next=p
【单选题】 假定一个函数的参数说明为const int* a,则在函数体中执行( )操作非法。
①  printf(“%d”,*a)
②  a==NULL
③  *a=20
④  a=NULL
【单选题】 要把一个整形指针p转换为字符指针,则采用的强制转换表达式为( )。
①  (int*)p
②  (int)*p
③  (char*)p
④  (char)*p
【单选题】 假定p是一个指向float型数据的指针,则p+1所指数据的地址比p所指数据的地址大( )字节。
①  1
②  2
③  4
④  8
【单选题】 假定p所指对象的值为25,p+1所指对象的值为42,则*p++的值为( )。
①  25
②  42
③  26
④  43
【单选题】 假定要访问一个结构指针p所指对象中的b指针成员所指向的对象,则表示方法为( )。
①  p->b
②  p.b
③  *(p->b)
④  *(b->p)
【单选题】 假定一个数据对象为int*类型,则指向该对象的指针的类型为( )。
①  int
②  int *
③  int **
④  int ***
【单选题】 假定p所指对象的值为25,p+1所指对象的值为42,则执行(*p)++运算后,p所指对象的值为( )。
①  25
②  42
③  26
④  43
【单选题】 假定要访问一个结构x中的由a指针成员所指向的对象,则表示方法为( )。
①  x->a
②  x.a
③  *(a.x)
④  *(x.a)