Error in the code

https://ide.codingblocks.com/s/471086.

why isn’t it giving the output

hello @learninggood

a) ur remove that input >output condtion from ur base case.
b) put another if statement inside base case that compare the two string.
c) also note that u can compare two c string just using > or < operator.
u need to use strcmp function

d) in output u need to print output in sorted order, but ur code will not take of this.

output array size is not big enough to accomodate all peemutations

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.