Test cases are not getting cleraed

hello @bhupeshgupta

in ur print subseq function u have not added base case

can you please define the base case in my code

add this in ur printsubseq function
if(q.empty()){
cout<<ans<<" ";
return;
}


i have added this line but still same issue

ok got it now …

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.