單項選擇題

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

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

微信掃碼免費搜題