Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / bipin from utkal university mc
a-b+c*(d/e-(f+g))
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 (final answer)
| Is This Answer Correct ? | 34 Yes | 5 No |
Post New Answer View All Answers
Is arraylist faster than array?
Define right-in threaded tree?
What is sorting an array?
What is the best case complexity of bubble sort?
What is a directed graph?
Why is data structure?
What is frozenset?
How is hashmap o 1?
What are the major data structures used in the network data model?
What are the advantages and disadvantages of copyonwritearraylist?
Which data structures are used in bfs and dfs algorithm?
What is linear and non linear structure?
What is the Role of push() and pop() method?
Why do we need a data structure?
Why do we study data structures?