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 / p.divya poojitha

a-b+c*(/de-(+fg))
a-b+c*(t-s) if t=/de;s=+fg
a-b+c*(-ts)
-ab+*c-ts
+-ab*c-ts
sol is +-ab*c-/de+fg

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is space complexity of a program?

944


Which is better selection or bubble sort?

926


In what areas do data structures applied?

992


Define separate chaining?

1032


When is a binary search algorithm best applied?

1183


Why do we use linked lists?

962


How to find the duplicate in an array?

1010


What do you mean by priority queue?

989


Is stack a dynamic data structure?

958


Write the importance of hashing?

1082


Write the c program to insert a node in circular singly list at the beginning.

957


Which sorting is best for large data?

997


What is the Difference between sax and dom parser?

1126


How do you insert a new item in a binary search tree?

1032


Which collection allows null values?

941