niusouti.com

——How did you like Nick’s performance last night ?—— To be honest ,his singing didn’t ________to be much?A. appealB. belongC. referD. occur

题目

——How did you like Nick’s performance last night ?

—— To be honest ,his singing didn’t ________to be much?

A. appeal

B. belong

C. refer

D. occur


相似考题
更多“——How did you like Nick’s performance last night ? —— To be honest ,his singing didn’t ”相关问题
  • 第1题:

    ()you()Jane last month? B: No, I().

    A、*/saw/didn’t

    B、Did/see/didn’t

    C、Did/saw/didn’t

    D、id/see/did


    答案:C

  • 第2题:

    已知last指向单向简单链表的尾结点,将s所指结点加在表尾,不正确的操作是____。

    A.last->next=s,last=s,last->next=NULL;

    B.last->next=s,s->next=NULL,last=s;

    C.s->next=NULL, last->next=s, s=last;

    D.s->next=NULL, last->next=s,last=s;


    s->next=NULL, last->next=s, s=last;

  • 第3题:

    已知last指向单向简单链表的尾结点,将s所指结点插入在表尾,正确的操作是____。

    A.s->next=s,last=s,last->next=NULL;

    B.last->next=s,s->next=NULL,last=s;

    C.s->next=NULL, last->next=s, s=last;

    D.s->next=last, last->next=NULL,last=s;


    B

  • 第4题:

    _________ she practice her violin yesterday? No, she _________.

    A、Was, wasn’t

    B、Did, didn’t

    C、Was, didn’t

    D、Did, wasn’t


    正确答案:B

  • 第5题:

    7、已知last指向单向简单链表的尾结点,将s所指结点加在表尾,正确的操作是____。

    A.s->next=s,last=s,last->next=NULL;

    B.last->next=s,s->next=NULL,last=s;

    C.s->next=NULL, last->next=s, s=last;

    D.s->next=last, last->next=NULL,last=s;


    s->next=NULL, last->next=s, s=last;

  • 第6题:

    已知last指向单向简单链表的尾结点,将s所指结点加在表尾,正确的操作是____。

    A.s->next=s,last=s,last->next=NULL;

    B.last->next=s,s->next=NULL,last=s;

    C.s->next=NULL, last->next=s, s=last;

    D.s->next=last, last->next=NULL,last=s;


    B