网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

Charles regretted()the TV set last year.The price has now come down.

A. to buy

B. buying

C. of


参考答案

更多 “ Charles regretted()the TV set last year.The price has now come down.A. to buyB. buyingC. of ” 相关考题
考题 Tom: You are playing guitar well. Can you read music? Charles: No, I don't. I just listen to songs on the radio and then play them until they sound right. Tom: ______ Charles: No, really.A.You're lyingB.You're cheatingC.You are boastingD.You're kidding

考题 Molly: Charles, would you like to go to a party this Saturday?Charles: ___________.What kind of party?Molly: It ’s a birthday party.A: Looks niceB: Feels excellentC: Seems all rightD: Sounds good

考题 Why is she ( )lunch so early? It's only 10 now.A. havingB. haveC. has

考题 The population of the world ____ still ____ now.A.has; grown B.is; growing C.will; grow D.is; grown

考题 There has been a__________lack of communication between the union and the management. A.regretful B.regrettable C.regretting D.regretted

考题 已知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;

考题 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;

考题 已知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;

考题 已知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;

考题 已知last指向单向简单链表的尾结点,将s所指结点加在表尾,不正确的操作是____。A.s->next=NULL, last->next=s,last=s;B.s->next=NULL, last->next=s, s=last;C.last->next=s,s->next=NULL,last=s;D.last->next=s,last=s,last->next=NULL;