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 following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))

Answer Posted / bipin from utkal university mc

a-b+c*(d/e-(f+g))
a-b+c*(d/e-(+fg))
a-b+c*(/de-(+fg))
a-b+c*(-/de+fg)
a-b+(*c-/de+fg)
-ab+(*c-/de+fg)
+-ab*c-/de+fg (final answer)

Is This Answer Correct ?    34 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the best case complexity of bubble sort?

892


Define quadratic probing?

1087


What is lifo?

1549


Can you sort a hashmap?

900


What are the objectives of studying data structures?

1186


Which language is best for learning data structures and algorithms?

1016


How do you sort a map by key?

916


What are the complexity of binary search?

994


What actions are performed when a function is called?

1032


Can a class have a constructor?

988


List out the applications of a linked list?

932


Complete structure of hashmap, very detail description, along with the basic coding of the hashmap internal implementation.

1154


What is meant by int?

1058


What is selection sort with example?

1024


How does insertion sort works?

926