Question: Write a recursive function to print all elements of a singly-linked list given the lists's head as your single argument. What would need to change
Write a recursive function to print all elements of a singly-linked list given the lists's head as your single argument.
What would need to change in your function to have it print the elements of the list backwards?
C++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
