Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / lucky
a-b+c*(d/e-(f+g))
a-b+c*(d/e-+fg)
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
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
Is binary tree a bst?
Why do we need linked lists?
Explain different methods in which you can traverse a tree?
What is the use of treemap?
Which is the parent class of printerstatereasons class?
What is the difference between push and pop?
Does treeset allow null values?
What is the slowest sorting algorithm?
Does hashmap allow null keys?
Is binary tree balanced?
Write a program using mergesort technique.
Which sorting is best and why?
What data type is enum?
What is the height of a binary tree?
What is collections singletonlist?