I am trying to do like this :
- firstly generate all the possible subsets and sum each subset to check whether the result is zero or not
but here in the base case if am trying to access the elements which are not there like 0ton some subset have all the elements and some are not so how ho to solve it