A.p!=L->first B.p==L->first C.p!=NULL D.p->next!=NULL
A.head->next==head B.head!=NULL C.head==NULL D.head->next==NULL
A.p->data=-1 B.p->next->next=head C.p->next=head D.p->next=NULL