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 variable size arrays?and why we use it?
What is a singletonlist?
Is char array null terminated?
What is modcount in hashmap?
What is the difference between list and arraylist?
Why heap sort is not used?
Why do we need algorithm?
Difference between abstract data type, data type and data structure?
Why do we use collections?
Define non-terminal nodes in a tree?
Does linked list allow null values?
Is merge sort better than quick?
How memory is reserved using a declaration statement ?
List out the advantages of using a linked list?
Which interface treemap implements?