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
What is a property class?
What is sorting an array?
What is a sorting algorithm in data structure?
What is hashing with example?
How to cut or remove an element from the array?
What is two-dimensional array?
Who created quicksort?
Is vector synchronized?
Write a recursive c function to calculate the height of a binary tree.
What is placement new in data structures?
What do you mean by Runtime Error
State the properties of b tree.
Which sort is best for linked list?
How to get a list of tables, views and columns in firebird database?
Is hashtable fail fast?