A.p->next=q->next;q=p B.p->next=q->next;q->next=p C.q->next=p->next;p->next=q D.q->next=p->next;p->next=q->next
A.p->next=p B.p=p->next->next C.p->next=p->next->next D.p=p->next;p->next=p->next->next
A.方便運算的實現(xiàn) B.用于標識單鏈表 C.使單鏈表中至少有一個結點 D.用于標識首結點位置