单选题

在一个链队中,假设f和r分别为队头和队尾指针,则删除一个结点的运算为()。

Af=r->next;

Br=r->next;

Cr=f->next;

Df=f->next;

正确答案

来源:www.examk.com

答案解析