单项选择题
A.7,5,3,1 B.7,5,1,3 C.3,1,7,5 D.1,3,5,7
A.head==NULL B.head!=NULL C.head->next==head D.head->next==NULL
A.比较 B.复制 C.赋值 D.连接