KIndly Find the flaw in the code

When I am testing my code for custom input it is giving same output as in the example but still all of my test cases are failing…is there anything related to the null character …kindly rectify my code

Please save your code on ide.codingblocks.com and share its link.

Check the outputs for input “ebcda”.
Your output is not in the lexicographical or sorted order.
There is a video on permutations in the recursion and backtracking playlist. Please refer that. This is a variation of that problem.
Also you can refer this:

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.