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 are the standard predefined macros?
What is dynamic dispatch in c++?
What is the use of getchar functions?
#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); }
What are the advantages and disadvantages of a heap?
What is the difference between printf and scanf in c?
the question is that what you have been doing all these periods (one year gap)
How do I use strcmp?
What is the difference between pure virtual function and virtual function?
How can my program discover the complete pathname to the executable from which it was invoked?
Explain low-order bytes.
What are the different types of pointers used in c language?
What are the general description for loop statement and available loop types in c?
Explain what is the benefit of using #define to declare a constant?
What is nested structure with example?