单选题

在一个单链表中要删除p所指结点的后继结点,可执行q=p->next;和()

Ap->next=q->next

Bp=q->next

Cp->next=q

正确答案

来源:www.examk.com

答案解析