【填空题】
A、p==head B、p==NULL C、p->next==head D、p->next==NULL
A、p->next=NULL B、p=NULL C、p->next=head D、p=head
A、p=head->next B、head->next=p C、head->next=p->next D、p->next=head