单项选择题

A.p=front;front=front.next;
B.front=front.next;p=front;
C.rear.next=p;rear=p;
D.rear=p;rear.next=p;