考试
2021-02-25 12:09:20

(单选题)在一个单链表head中,若要在指针p所指结点后插入

题目描述

Ap->next=q->next;q->next=p;

Bq->next=p->next;p=q;

Cp->next=q->next;p->next=q;

Dq->next=>next;p->next=q;

答案解析

[db:答案解析]

D

加载中...
AI正在思考中,请稍候...