A. head==NULL B. head->next==NULL C. head->next==head D. head!=NULL
A. p->next==head B. p->next==NULL C. p==NULL D. p==head
A. 对 B. 错