填空題

在一個(gè)單向鏈表中p所指結(jié)點(diǎn)之后插入一個(gè)s所指向的結(jié)點(diǎn)時(shí),應(yīng)執(zhí)行s->next=p->next;和()的操作。

答案: s->next=p->next;
微信掃碼免費(fèi)搜題