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
Can nsarray contain nil?
Why is merge sort faster?
Is list a data structure?
Is priority queue sorted?
What is stack push?
What is structure of data type?
Write a data structure for a queue.
How does arraylist size work?
Is vector synchronized?
Mention the data structures which are used in graph implementation.
What is the use of hashtable?
What is a treemap used for?
Which is faster hashmap or concurrenthashmap?
What is adt in data structure?
What is the purpose of sorting algorithms?