in c++ , please help
3. Write a program to print the doubly linked list in reverse. Note a. You can’t change the order or contents of the list. b. Should be done using recursion c. Should not use any extra space. d. The list has only one pointer, the head and no tail pointer. Zero points if any of the above points are violated Show transcribed image text 3. Write a program
OR
OR