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
What is the complexity of selection sort?
What is meant by a dynamic array?
Is vector a collection?
Why do we use arrays?
Does arraylist maintain insertion order?
In tree construction which is the suitable efficient data structure?
Which language is best for learning data structures and algorithms?
What is a priority queue?
What sorting algorithm does arrays sort use?
Is null a binary search tree?
Describe what is Node in link list? And name the types of Linked Lists?
How does a selection sort work for an array?
What is frozenset?
Which interfaces are implemented by linkedlist?
Can constructor be static?