Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / mrs saxena
+-ab*c-/de+fg
| Is This Answer Correct ? | 127 Yes | 29 No |
Post New Answer View All Answers
Differentiate linear from non linear data structure?
What is the complexity of adding an element to the heap?
What is array traversing?
What is doubly linked list in data structure?
Is set sorted?
What are different dynamic memory allocation technique in c.
What is concept of data structure?
If I try to add enum constants to a treeset, what sorting order will it use?
Which interfaces are implemented by linkedlist?
Which is the parent class of deque
Is array of data structure?
Why hashmap is faster than hashset?
What is a 2 dimensional array?
Explain exception filter?
What is difference between list and set?