Topic: Stack Problem / Level: intermediate

Problem: Implement a function to reverse a stack using recursion without using any additional stack.

Run the code to see the output here...