Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

difference between native and cross compilers

2171


What is assert and when would I use it?

1064


What is time complexity c?

1041


What are the types of pointers?

1188


Is it possible to initialize a variable at the time it was declared?

1257


What are the three constants used in c?

1042


What does #pragma once mean?

1207


How can I write functions that take a variable number of arguments?

1188


explain what are pointers?

1080


Does free set pointer to null?

1063


How can I invoke another program or command and trap its output?

1149


What is zero based addressing?

1238


How can variables be characterized?

2238


why do some people write if(0 == x) instead of if(x == 0)?

1125


What is the difference between void main and main in c?

1208