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
What is extern c used for?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
Is it possible to have a function as a parameter in another function?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Why doesnt the call scanf work?
What are pointers?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What is the mean of function?
How do I use strcmp?
How many loops are there in c?
Distinguish between actual and formal arguments.
What does c mean before a date?
write a program fibonacci series and palindrome program in c