Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / bhupendra pattnayak
*-a+bc-/de+fg
| Is This Answer Correct ? | 54 Yes | 54 No |
Post New Answer View All Answers
Explain pre-order and in-order tree traversal.
State the properties of a binary tree?
How expression trees are gets represented in data structure?
What is a Breadth First Search? Give a few of its applications.
List the limitations of linear probing?
How do you find the depth of a binary tree?
Is radix sort stable?
Define ancestor and descendant ?
What is the basic of data structure?
Is list a data structure?
Tell me the difference between structure and array?
Can we add heterogeneous elements into treemap?
Is there any difference between int[] a and int a[]?
Differentiate between hashmap and hashtable.
What are the tasks performed during preorder traversal?