Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / ramen pradhan
-a+b*c-/de+fg
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is minimum depth of binary tree?
What is the non linear data structure?
Define balancing condition for AVL Tree.
Are lists mutable?
Can treeset contain duplicates?
In tree construction which is the suitable efficient data structure?
What is the idea behind splaying?
Is hashset synchronized?
How do you sort an array in descending order?
What is queue in data structure?
Define leaves?
When is a binary search algorithm best applied?
What is a map programming?
What are the categories of avl rotations?
How is a queue works?