Trees find sum at level k

sir/Mam,
what wrong with my code ?

hello @Korou
a)In ur built tree u missed the case when y==1
image

b) one base case was missing in ur kthlevel function.
ie if root==NULL return 0;
image

ur updated code->

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.