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

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

时间:2022-09-24 05:55:03 所属题库:国家开放大学(数据结构)题库

相似题目