answersLogoWhite

0

AllQ&AStudy Guides
Best answer

if (this->next) this->next->prev= this->prev;

else list->last= this->prev;

if (this->prev) this->prev->next= this->next;

else list->first= this->next;

free (this);

This answer is:
Related answers

if (this->next) this->next->prev= this->prev;

else list->last= this->prev;

if (this->prev) this->prev->next= this->next;

else list->first= this->next;

free (this);

View page

Prev.

View page

prev.

View page

prev

View page

prev

View page
Featured study guide
📓
See all Study Guides
✍️
Create a Study Guide
Search results