Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / neha munjral
*-+abc/de+fg
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How do I start preparing for placement?
What is data structure explain different types of data structures with examples?
What does enum do?
Who invented data structure?
What are threaded binary trees?
What do you mean by balanced trees?
What is the complexity of sorting algorithm?
Write a program to reverse a link list.
which is the simplest file structure? (Sequential, indexed, random)
Define a stack?
Why is the isempty() member method called?
Tell me about circular linked list?
What is the complexity of arrays sort?
How do you clear a stack?
What is difference between hashmap and treemap?