3、在一个链队中,假设f和r分别为队头和队尾指针,则插入s所指结点的操作应执行()。

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

时间:2024-04-22 13:55:34

相似题目