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...

Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1

Answer Posted / pavan

@ Revathy :
Postfix : AB+DC-*
Prefix : *+AB-DC

Best way to find Prefix adn post fix is to create a Binary
tree and do a pre-order traversal and post order traversal
on it.

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the order of b tree?

990


Write the recursive c function to count the number of nodes present in a binary tree.

916


Which sorting algorithms are in place?

948


How would you check if a binary tree is BST or not ? Write a program.

957


What is non linear structure?

1154


Define internal nodes?

972


Which is better selection or bubble sort?

923


What is Storage Structures and File Structures? Can you show their relation? What are the examples of each? Thanks

2613


How to reverse a singly linked list?

1106


What is the non linear data structure?

968


Define structure property in a heap?

1035


How do you clear a stack?

989


State the difference between persistent and ephemeral data structure?

1732


How do you find the height of a binary tree?

937


What is stack explain with diagram?

951