填空題

在雙向循環(huán)鏈表中,在p所指的結點之后插入s指針所指的結點,其操作是s->next=p->next;()=s;s->prior=();p->next=s;

答案: (p->next)->prior;p
微信掃碼免費搜題