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
What is function pointer c?
Is multithreading possible in c?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What are types of structure?
What is the process to create increment and decrement stamen in c?
what is the structure pointer?
What is volatile keyword in c?
Difference between strcpy() and memcpy() function?
What is gets() function?
What is wrong with this statement? Myname = 'robin';
When should structures be passed by values or by references?
What is && in c programming?
i got 75% in all semester am i eligible for your company
Why can’t constant values be used to define an array’s initial size?
What is a file descriptor in c?