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

Answer Posted / parneet kaur

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

Explain the term tail recursion?

542


Can you list out the areas in which data structures are applied extensively?

617


What can be stored in an arraylist?

463


What is the minimization factor and time complexity of b-tree?

690


Why it is said that searching a node in a binary search tree is efficient than that of a simple binary tree?

601






How do hash tables work?

497


Which is the parent class of list class?

496


How is any data structure application is classified among files?

550


What does enum do?

494


How does the size of arraylist increases dynamically?

449


How will you reverse Linked List.

526


What is weight balanced tree in data structure?

468


Why using cookie to store session info is a better idea than just using session info in the request?

538


Define ancestor and descendant ?

543


How do you sort an array in descending order?

494