A、front==rear B、front!=NULL C、rear!=NULL D、front==NULL
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、front=p->next; B、front->next=p->next; C、front=p; D、front->next=p;
订单号: 遇到问题请联系在线客服