Https://ide.codingblocks.com/s/207296

this code is returning -1

@kundankumarsports2 in the functions for diameter, the correct return statement is
return max(op1+1,max(op2,p3))
If this resolves your doubt mark it as resolved.

@kundankumarsports2 also in the diameter function you are using assignment operator instead of comparision.
if(root==NULL) //correct
if this resolves your doubt mark it as resolved

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.