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

What is the output of each of the following C++ statements?
a. cout ≪ list->info;
b. cout ≪ A->info;
c. cout ≪ B->link->info;
d. cout ≪ list->link->link->info
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.