I am not getting the correct answer. Can you please find my mistake. My code is https://ide.codingblocks.com/s/196926
Subset sum easy
@adarsh_anand You were not returning the answer properly. Either you could create a global flag variable. or you see the other method. I have made changes in your code. code https://ide.codingblocks.com/s/196929
True or false were not returning to the main() and were getting lost in between the call stacks.
It has been resolved. Thank you.