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
What do you mean by sorting data?
What is difference between arraylist and list?
How to compare Two Arrays?
What is a circular singly linked list?
Describe binary tree and its property.
Is binary tree a binary search tree?
Is arraylist a class?
In what scenario, binary search can be used?
What’s the difference between enumeration and iterator interfaces?
What is the default capacity of hashmap?
When new data are to be inserted into a data structure?
What happens if we put a key object in a hashmap which exists?
Why does hashset use hashmap?
Reverse a linked list from the middle.
What is Jagged Arrays?