單項選擇題

在一個單鏈表中p所指結點之后插入一個s所指的結點時,可執(zhí)行()。

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

微信掃碼免費搜題