单项选择题
A.仅修改头指针 B.仅修改尾指针 C.头、尾指针都要修改 D.头、尾指针可能都要修改
A.f->next=r;f=s; B.r->next=s;r=s; C.s->next=r;r=s; D.s->next=f;f=s;
A.edcba B.decba C.dceab D.abcde