Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / srividya
*-a+bc-/de+fg
| Is This Answer Correct ? | 10 Yes | 30 No |
Post New Answer View All Answers
What are the applications of linked list?
Why is concurrenthashmap thread safe?
What is a string array?
What is time complexity of hashmap?
How will you sort the elements of array in descending order?
Difference between abstract data type, data type and data structure?
Is arraylist synchronized?
What is return map?
How does shell sort work?
What do you mean by garbage collection?
What things you would care about to improve the performance of application if its identified that its db communication that needs to be improved?
What is nonlinear data?
What are the major data structures used in the following areas : network data model & hierarchical data model?
What is comparator interface used for?
What is the difference between list, set and map?