找考题网-背景图
单项选择题

A.p->next=s;s->next=p一>next;B.s一>next=p一>next;p一>next=s……

在单链表指针为P的结点之后插入指针为s的结点,正确的操作是( )。

A.p->next=s;s->next=p一>next;
B.s一>next=p一>next;p一>next=s;
C.p->next=s:p->next=s一>next;
D.p一>next=s一>next;p一>next=s;
热门试题