单项选择题

A.p->next=f;f=p
B.p->next=r;r=p
C.r->next=p;r=p
D.f->next=r;f=p