Find level of a node

question:https://codezen.codingninjas.com/practice/499/791/node-level
wrong output
https://ideone.com/bdViua

@ayu2321 declare the level variable outside the solve function

correct ouput is coming but not passing any test case

@ayu2321 check for cases where you hit NULL before you can find the required node.

if root is null then i m returning 0
in which case should i return null other than this

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.