登录  注册

首页->数据结构

在单链表指针为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;

参考答案
继续答题:下一题
微考学堂微考学社

更多数据结构试题

考试