Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / bipin fro uu mca
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 ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is Insertion sort, selection sort, bubble sort( basic differences among the functionality of the three sorts and not the exact algorithms)?
What is mergesort and hashtable?
What is a singletonlist?
Can we insert null in set?
What do you mean by articulation point?
What is difference between hashset and linkedhashset?
How can we reverse a singly linked list?
Define linked list data structure.
What is meant by balanced binary tree?
What is a spanning tree?does the minimum spanning tree of a graph give the shortest distance between any 2 specified nodes?
Does concat mutate array?
What is a spanning tree in data structure?
Is hashmap keyset ordered?
What is range search?
What is push and pop in stack?