Question: c++ write the function and main part(write the all code) 18. Write a recursive version of the function outputReverse () , which outputs the nodes
c++ write the function and main part(write the all code)

18. Write a recursive version of the function outputReverse () , which outputs the nodes of a list in reverse order. The calling statement passes the front of the linked list to the argument p. template T void outputReverse (node *p)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
