在一个单链表中,若删除p所指向结点的后续结点,则执行( ) 。
· p->next=p->next->next;
· p=p->next;p->next=p->next->next;
· p =p->next;
· p=p->next->next;
出自:华北水利水电大学英语