Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / mrs saxena
+-ab*c-/de+fg
Is This Answer Correct ? | 127 Yes | 29 No |
Post New Answer View All Answers
What is unbounded queue?
Why do we use sorting?
List the basic operations carried out in a linked list?
How to get largest and smallest number in an array?
What is heap and its types?
Define balance factor of a node in avl tree?
Explain the uses of matrix with an example?
What are binary search and fibonacci search?
what is Singly Linked list?
What is binary tree? Explain its uses.
Describe the degree term in a tree.
What are sorting algorithms used for?
What is a stable algorithm?
What is difference between data type and data structure?
What are the average and worst time complexity in a sorted binary tree is