Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / tadveer verma
a-b+c*(d/e- (+fg))
a-b+c*(/de - +fg)
a-b+c* -/de+fg
a-b+ *c-/de+fg
-ab + *c-/de+fg
+-ab*c-/de+fg
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
Explain binary tree traversals?
Why is null not allowed in concurrenthashmap?
Is file a data structure?
What is difference between hashmap and treemap?
What is priority queue in data structure?
How many null values are allowed in a set?
Describe what is Node in link list? And name the types of Linked Lists?
How would you implement two stacks using a single array?
What is the Difference between sax and dom parser?
In rdbms, explain what is the efficient data structure used in the internal storage representation?
State the properties of b tree.
What is tree in computer science?
Which is the parent class of hashmap class?
Why do we Use a Multidimensional Array?
What is sequential mapping in data structure?