Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / tadveer verma
a-b+c*(d/e- (+fg))
a-b+c*(/de - +fg)
a-b+c* -/de+fg
a-b+ *c-/de+fg
-ab + *c-/de+fg
+-ab*c-/de+fg
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
Explain the sorting algorithm that is most suitable to be used with single linked list?
List the data structures which are used in rdbms.
What is meant by binary tree traversal?
What is modcount in hashmap?
What does map stand for?
Why is data structure needed?
What is meant by linked list?
Is duplicate allowed in hashmap?
Define terminal nodes in a tree?
What are linked lists used for?
Which is the parent class of printerstatereasons class?
What type of memory allocation is referred for Linked lists?
What are the applications of graph data structure?
How do you do a heap sort?
What are the applications of b-tree?