How would you print out the data in a binary tree, level by
level, starting at the top?
Answer Posted / sridhar
By using inorder,preorder,postorder.the data may print as
LDR,DLR,LRD.this only the chance to print data in a bionary
tree.
| Is This Answer Correct ? | 4 Yes | 14 No |
Post New Answer View All Answers
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
Are negative numbers true in c?
When should I declare a function?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Explain the use of #pragma exit?
What are the types of c language?
Should I learn c before c++?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Tell me the use of bit field in c language?
What is typedef example?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
When we use void main and int main?
will u please send me the placement papers to my mail???????????????????
Write a program to print factorial of given number without using recursion?