Topic: Stack Problem / Level: intermediate

Problem: Write a program to merge two sorted stacks without using any additional stack or array.

Run the code to see the output here...