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
write a program for the normal snake games find in most of the mobiles.
When should the volatile modifier be used?
What is #line used for?
Differentiate call by value and call by reference?
What is 1d array in c?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What are valid signatures for the Main function?
Explain continue keyword in c
Explain the difference between the local variable and global variable in c?
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.
When is a void pointer used?
How are pointers declared in c?
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.
Do you know the difference between exit() and _exit() function in c?
Write a program to generate the Fibinocci Series