单项选择题

在一个链队列中,假定front和rear分别为队首和队尾指针,则删除一个结点的操作为()

A.front=front->next     
B.rear=rear->next 
C.rear=front->next      
D.front=rear->next