Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / kiran
+-ab*-/de+fg
| Is This Answer Correct ? | 22 Yes | 42 No |
Post New Answer View All Answers
Can we change the size of an array at run time?
Which is faster treemap or hashmap?
What is non linear data structure with example?
What is data structure? Explain.
What is heap and its types?
Is queue fifo or lifo?
How many times is merge sort called?
Explain the term binding time?
List the area of applications where stack data structure can be used?
Can arraylist store int?
What are the applications of b-tree?
Are dictionaries mutable?
What is complete binary tree in data structure?
Is radix sort stable?
Does treemap allow null keys?