Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / ankita roy
+-ab*c-/de+fg
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Is array faster than arraylist?
Write a program to sum values of given array.
Is hashmap part of collection?
Differentiate between hashset and treeset.
Differentiate between queue and stack.
What is map data structure?
How do you find the index of an element in an arraylist?
How can I search for data in a linked list?
Is arraylist better than array?
How does a hashtable work?
Which is the parent class of linkedlist class?
why boundary tag representation is used?
What is circular queue example?
What is an array vs list?
Which is best book for data structures?