Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / pushpa
*+abc*-/de+fg
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What are different dynamic memory allocation technique in c.
Why sorting algorithms are important?
Can you make an arraylist of arrays?
What sort does arrays sort use?
What is a class user?
When will we get ArrayStoreException?
what is the primary advantage of a linked list?
What is sorted list in data structure?
What is the limit of arraylist?
Is arraylist better than array?
If you are given a choice to use either arraylist and linkedlist, which one would you use and why?
Does treemap allow null keys?
Define path in a graph?
Why is sorting necessary?
What are the objectives of studying data structures?