题目内容 (请给出正确答案) 提问人:网友 发布时间: 【单选题】 在一个单链表中要删除p所指结点的后继结点,可执行q=p->next;和() A、p->next=q->nextB、p=q->nextC、p->next=q 查看正确答案