A.p指向頭結(jié)點 B.p指向尾結(jié)點 C.p的直接后繼是頭結(jié)點 D.p的直接后繼是尾結(jié)點
A.p=p->next; B.p->next=p->next->next; C.p->next=p; D.p=p->next->next;