Question: Please do this question in C++ statement. And do those boxes separately. Thank you!! 3. Given the following doubly linked list and declarations struct NODE

Please do this question in C++ statement. And do those boxes separately. Thank you!!
3. Given the following doubly linked list and declarations struct NODE f int info; NODE *next; NODE *back; ; 147 20 list Write statement (no programming) to do the following: Display nodes from right-to-left Delete the node whose info is 15 Delete the last node Insert 60 before the node with info 30
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
