A、front=p->next; B、front->next=p->next; C、front=p; D、front->next=p;
A、rear->next=p;rear=p; B、rear->next=p;p=rear; C、p=rear->next;rear=p; D、rear=p;rear->next=p;
A、A.front=p->next; B、B.front->next=p; C、C.front=p; D、D.front->next=p->next;
A、队头指针是固定不变的 B、队头指针一定大于队尾指针 C、队头指针一定小于队尾指针 D、队头指针可以大于队尾指针,也可以小于队尾指针
订单号: 遇到问题请联系在线客服