【判断题】【消耗次数:1】
Paul and I are in the same company. We goes to work together.
正确
错误
参考答案:
复制
纠错
相关题目
【单选题】 When Sarah and I ____ on an article for the school newspaper, we found it difficult to work together.
①  compiled
②  gathered
③  collaborated
④  collected
【判断题】 A: What do you do, Polly? B: I work for an IT company.
①  正确
②  错误
【单选题】 ______ the storm, we should have reached our company.
①  Because of
②  In spite of
③  In case of
④  But for
【判断题】 A: I am applying for my dream job with a software company. B: Congratulations.
①  正确
②  错误
【单选题】 This is an opportunity to _______ the reputation of the company.
①  help
②  promote
③  enhance
④  high
【单选题】 A: Thanks a lot. I really enjoyed your company. B: Dont mention it. [填空].
①  Sorry to keep you out
②  Many happy returns of the day
③  Youre too polite
④  Me too
【判断题】 Her home is far from her company.
①  正确
②  错误
【单选题】 I’ll never forget the days ______ we spent together in the country.
①  which
②  on which
③  when
④  on that
【单选题】 Individual lines of the poem were very beautiful, but I didn’t see how the lines fit together. To me, the poem wasnt _____.
①  inherent
②  coherent
③  logical
④  corporate
【单选题】 6. He is now___________the company.
①  in doubt
②  in possession of
③  in a hurry
④  in a sense
随机题目
【单选题】 假定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)
【单选题】 假定p所指对象的值为25,p+1所指对象的值为42,则*++p的值为( )。
①  25
②  42
③  26
④  43
【单选题】 每个C语言程序的编译错误分为( )类。
①  1
②  2
③  3
④  4
【单选题】 下面正确的函数原型语句是( )。
①  int Function(void a);
②  void Function(int);
③  int Function(a);
④  void int(double a);
【单选题】 假定p是一个指向数据对象的指针,则用( )表示该数据对象。
①  p*
②  p&
③  &p
④  *p
【单选题】 假定指针变量p定义为“int *p=calloc(30,sizeof(int));”,要释放p所指向的动态内存,应使用语句( )。
①  delete[p];
②  delete(p);
③  free[]p;
④  free(p);