How can I find leaf node with smallest level in a binary tree?

Answer Posted / patuk panday

smallest level in a binary tree is the number is 0 and 1.

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a program for the normal snake games find in most of the mobiles.

2054


When should the volatile modifier be used?

925


What is #line used for?

820


Differentiate call by value and call by reference?

778


What is 1d array in c?

877


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

1208


What are valid signatures for the Main function?

996


Explain continue keyword in c

822


Explain the difference between the local variable and global variable in c?

864


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

1029


When is a void pointer used?

943


How are pointers declared in c?

834


Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.

1994


Do you know the difference between exit() and _exit() function in c?

841


Write a program to generate the Fibinocci Series

909