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 the following C++ code? p = list;
while (p ! = NULL)cout ≪ p->info ≪ " "; p = p->link; cout ≪ endl;
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.