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

题目内容 (请给出正确答案)
-Where()the recorder? I can’t see it anywhere.-I()it right here, but now it’s gone.

A、did you put; have put

B、have you put; put

C、had you put; have put

D、were you putting; have put


参考答案

更多 “ -Where()the recorder? I can’t see it anywhere.-I()it right here, but now it’s gone. A、did you put; have putB、have you put; putC、had you put; have putD、were you putting; have put ” 相关考题
考题 [A] which[B] where[C] here[D] there

考题 --Your phone number again? I _______ quite catch it. A.don'tB.can'tC.couldn'tD.didn't

考题 A: I saw Tom just now at the caféB:It ( )be him. He went to U.S.A. yesterday.A. mustn'tB. can'tC. shouldn't

考题 以下不能将S所指字符串正确复制到t所指存储空间的是( )。A.while(*t=*s){t++;s++;)B.for(i=0;t[i]=s[i];i++);C.do{*t++=*s++;)while(*s);D.for(i=0,j=o;t[i++]=s[j++];);

考题 以下不能将s所指字符串正确复制到t所指存储空间的是( )。A.while(*t=*s){t++;s++;}B.for(i=0;t[i]=s[i];i++);C.do{*t++:*s++;}while(*s);D.for(i=0,j=0;t[i++]=s[j++];);

考题 如下电路中,t<2s,电流为2A,方向由a流向b;t>2s,电流3A方向由b流向a,参考方向如图所示,则I(t)为()。A.I(t)=2A,t<2s;I(t)=3A,t>2s B.I(t)=2A,t<2s;I(t)=-3A,t>2s C.I(t)=-2A,t<3s;I(t)=3A,t>2s D.I(t)=-2A,t<2s;I(t)=-3A,t>2s

考题 设指针变量p指向双向链表中节点A,指针变量s指向被插入的节点X,则在节点A的后面插入节点X的操作序列为()A.p->right=s;s->left=p;p->right->left=s;s->right=p->right; B.p->right=s;p->right->left=s;s->left=p;s->right=p->right; C.s->left=p;s->right=p->right;p->right=s;p->right->left=s; D.s->left=p;s->right=p->right;p->right->left=s;p->right=s;

考题 2、在循环双链表的p所指结点之后插入s所指结点的操作是()A.p->right=s;s->left=p;p->right->left=s;s->right=p->right;B.p->right=s;p->right->left=s;s->left=p;s->right=p->right;C.s->left=p;s->right=p->right;p->right=s;p->right->left=s;D.s->left=p;s->right=p->right; p->right->left=s;p->right=s;

考题 设指针变量p指向双向链表中结点A,指针变量s指向被插入的结点X,则在结点A的后面插入结点X的操作序列为()A.p->right=s; s->left=p; p->right->left=s; s->right=p->right;B.s->left=p;s->right=p->right;p->right=s; p->right->left=s;C.p->right=s; p->right->left=s; s->left=p; s->right=p->right;D.s->left=p;s->right=p->right;p->right->left=s; p->right=s;

考题 在循环双链表的p所指节点之后插入s所指节点的操作是A.p->right=s;s->left=p;p->right->left=s;s->right=p->right;B.s->left=p;s->right=p->right;p->right->left=s;p->right=s;C.s->left=p;s->right=p->right;p->right=s;p->right->left=s;D.p->right=s;p->right->left=s;s->left=p;s->right=p->right;