Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / ramen pradhan
-a+b*c-/de+fg
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is a hashset ordered?
Why quicksort is faster than merge sort?
What type of data structure is used to perform recursion?
How do you initialize an arraylist?
What is sorting problem?
Why is hashmap used?
What do you mean by external sorting?
Can we add heterogeneous elements into treemap?
Difference between abstract data type, data type and data structure?
Is arraylist a list?
Does arraylist contain duplicates?
What is the family trees and connection by clause?
List out the applications of a linked list?
How do I sort hashset?
What data type is array?