Reversing Stack Recursively

My code is : https://ide.codingblocks.com/s/213165

Please tell the problem in my code, it is not giving the desired output.

@aryanrathee Make these changes in line 11 and 12 of your code
InsertAtBottom(s,x);
s.push(y);

@aryanrathee If you don’t have any further queries please mark the doubt as resolved

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.