Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / madhu
a-b+c*(d/e-(f+g))
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 ? | 11 Yes | 4 No |
Post New Answer View All Answers
How can a binary tree be represented using the rotation?
How will you reverse Linked List.
What is unbounded queue?
What is an algorithm in coding?
What are the operations that can be performed on a stack?
What is unhashable type list?
What is the top of a stack?
Can we modify final arraylist?
Define in brief an array.
Which sorting is best?
Why we need cursor implementation of linked lists?
Where will be the free node available while inserting a new node in a linked list?
Is complete binary tree?
Which interfaces are implemented by printerstatereasons?
What is dynamic array how it is created?