Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / mrs saxena
+-ab*c-/de+fg
| Is This Answer Correct ? | 127 Yes | 29 No |
Post New Answer View All Answers
What is thread and types of thread?
What are the different types of hash functions?
Define terminal nodes in a tree?
Who invented merge sort?
Why is quicksort better than mergesort?
Explain the steps to insert data into a singly linked list?
List some applications of tree-data structure?
Can we search the data in a linked list?
How do you solve a selection sort?
List the differences between comparable and comparator interface?
Is vector a collection?
Define union-by-weight?
Which is the parent class of sortedset
Tell us the difference between merge and quick sort. Which one would you prefer and why?
What are the 3 types of variables?