填空题
A.p指向头结点 B.p指向尾结点 C.p的直接后继是头结点 D.p的直接后继是尾结点
A.p=p->next; B.p->next=p->next->next; C.p->next=p; D.p=p->next->next;