Question: C programming language 18 - In the doubly linked list shown in the figure below, to set the connection named as new link, which one

C programming language
18 - In the doubly linked list shown in the figure below, to set the connection named as "new link, which one of the following line should be run? HEAD new link deleted node X old link old link X temp ptr a) temp->next -> prev = ptr: b) temp->next = ptr ->next; C) ptr ->next -> prev = temp: d) ptr ->next = temp->next
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
