单项选择题
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.循环链表 D.顺序表
A.98 B.100 C.102 D.106