注意:此页面搜索的是所有试题
在循环双链表的p所指的结点之前插入s所指结点的操作是   
(A) p-> prior-> prior
(B) p-> prior-> prior
(C) s-> prior->next = s
(D) s-> prior-> prior = s

参考答案