When did you sleep last night.() 此题为判断题(对,错)。

When did you sleep last night.()

此题为判断题(对,错)。


相关考题:

You look(). What () you () ? A、tire, did…doB、tiring, have…doneC、tired, do…doD、tired, have…been doing

—Where____you____lunch?—Athome.TherewasnoschoollunchA.did;haveB.are;havingC.will;haveD.do;have

()you()Jane last month? B: No, I(). A、*/saw/didn’tB、Did/see/didn’tC、Did/saw/didn’tD、id/see/did

You like playing football, ________ you? A. don’tB. doesC. did

You'd better ______ now.A、doesB、doingC、doD、did

Why do you want a new job ______you've got such a good one already?A. thatB. whereC. whichD. when

--Was it not until last week__________he decided to give up smoking? --No, he began __________ he saw the new film last month.A.when; as soonB.that; immediatelyC.did; thatD.that; till

You look() What()you()?Atire;did;doBtiring;have;doneCtired;do;doDtired;have;been doing

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

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