Consider the linked list shown in Figure. Assume that the nodes are in the usual info-link form. Use this list to answer Exercise. If necessary, declare additional variables. (Assume that list, p, s, A, and B are pointers of type nodeType.)
FIGURE 5-35
Linked list for Exercise

Write C++ statements to do the following:
a. Make A point to the node containing info 23.
b. Make list point to the node containing 16.
c. Make B point to the last node in the list.
d. Make list point to an empty list.
e. Set the value of the node containing 25 to 35.
f. Create and insert the node with info 10 after the node pointed to by A.
g. Delete the node with info 23. Also, deallocate the memory occupied by this node.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.