Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / rohit verma
-a+*c-/de+fg
| Is This Answer Correct ? | 6 Yes | 17 No |
Post New Answer View All Answers
How to print element of Array?
What is difference between an Array and ArrayList?
How to show internal storage representation of data structure in RDBM?
When would you use a hashmap?
Should I use hashmap or hashtable?
What is data and data types?
What is the difference between hashmap and linkedhashmap?
What does stack top do?
What are the five examples of data?
Are collections thread safe?
What is a singletonlist?
What are the operations that can be performed on a stack?
What is adt in data structure with example?
What is data type with example?
Define parent node?