How to fix my code?

hello @akash_281

ur recursive code is not correct.

write a recursive code to generate all possible subset and check whether there exist any non empty subset with 0 sum or not ,if exist print yes otherrwise no.


Still facing the same issue