A.p->next=p->next->next; B.p=p->next;p->next=p->next->next; C.p=p->next; D.p=p->next->next;
A.單鏈表 B.雙鏈表 C.循環(huán)鏈表 D.順序表
A.98 B.100 C.102 D.106