Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / sudip chatterjee
-a+b*c-/de+fg
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
List the abstract operations in the set?
Write a Program for Delete an element from a doubly linked list.
How do you find the number of comparisons in bubble sort?
Who created quicksort?
Why are b trees used?
What are the categories of avl rotations?
What are doubly linked lists?
Define general trees?
Define shortest path?
What does the term sorting refer to?
What are linked lists most commonly used for?
which is the simplest file structure? (Sequential, indexed, random)
What data type is enum?
What are the operations that can be performed on a stack?
What is subtree?