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

A.p=q; B.p--:>next=q; C.q一>next=p--:>next;p-->next=q; D……

将一个由指针q指向的结点插在单链表中由指针P所指向的结点之后的操作是() 

A.p=q;                                 
B.p--:>next=q; 
C.q一>next=p--:>next;p-->next=q;      
D.p一>next—q;q-->next—p--:>next;