单项选择题

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