Recursion subsequences problem

why is this code not displaying the subsequences.
https://ide.codingblocks.com/s/55573

Hi Kiran, try to improve your logic further. You need to create two separate functions - one for generating the subsequences and one to count the number of subsequences. Try to use the functions of string like .substr.

Hey Kiran,

As you are not responding to this thread, I am marking your doubt as Resolved for now. Re-open it if required.

Please mark your doubts as resolved in your course’s “Ask Doubt” section, when your doubt is resolved.