Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))

Answer Posted / neha munjral

*-+abc/de+fg

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If you are using c language to implement the heterogeneous linked list, what pointer type should be used?

622


Is heap sort faster than quicksort?

464


What is the complexity of adding an element to the heap?

472


What does the dummy header in linked list contain?

681


What is the difference between an array and vector?

513






What is lifo?

658


What is complete binary tree and almost complete binary tree?

437


What is rule regarding overriding equals and hascode method?

498


Explain the uses of b+ tree.

527


How many types of arrays are there in visual basic?

444


What is binary tree give example?

496


Write a data structure for a queue.

564


How many types of searching are there in data structure?

422


What is a map in programming?

434


Can arraylist store int?

455