题目内容

目前焊丝外层镀铜主要目的是()

A. 增加焊丝导电性
B. 防止焊丝氧化
C. 增加合金含量
D. 增加合金含量

查看答案
更多问题

两个指针P和Q,分别指向单链表的两个结点,P是Q的前驱结点的条件是()

A. P->next==Q->next
B. P->next==Q
C. Q->next==P
D. P==Q

The new drug will not be put on the market ____ it has proved safe on humans()

A. if
B. since
C. when
D. until

She didn’t know__ to express her ideas in English clearly in public()

A. why
B. which
C. how
D. what

在双向链表中,在p所指向的结点前插入一个q所指向的结点,相应的操作语句是()。注:双向链表的结点结构为(prior,data,next)

A. p->prior=q;q->next=p;p->prior->next=q;q->prior=q;
B. p->prior=q;p->prior->next=q;q->next=p;q->prior=p->prior;
C. q->next=p;q->prior=p->prior;p->prior->next=q;p->prior=q;
D. q->prior=p->prior;q->next=q;p->prior=q;p->prior=q;

答案查题题库