Question: c++ function that clears the linked list, it deallocates all the nodes in the list and set the head to null. struct To_Do_Item { char
c++ function that clears the linked list, it deallocates all the nodes in the list and set the head to null.
struct To_Do_Item { char name [40]; int grade; To_Do_Item_Ptr next; };
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
