Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / harsh parikh
-a+b*c-/de+fg
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
Which programming language is best for data structures?
Is quicksort recursive?
What is stable sort example?
Do all declaration statements result in a fixed reservation in memory?
Will it create any problem if we add elements with key as user defined object into the treemap?
What is doubly linked list?
Can you make an arraylist of arrays?
Why sorting algorithms are important?
What are types of Collision Resolution Techniques and the methods used in each of the types?
Explain Array of pointers?
Give one example of right rotation.
What are linked lists used for?
What is time complexity of hashmap?
List the data structures which are used in rdbms.
What actions are performed when a function is called?