Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / nikhil nautiyal
+-ab*c-/de+fg
| Is This Answer Correct ? | 24 Yes | 15 No |
Post New Answer View All Answers
How do you declare A pointer to array of three chars
What is a pass in bubble sort?
What is a directed graph?
State the merits of linear representation of binary trees?
Define non-terminal nodes in a tree?
List some applications of queue data structure.
What is difference between array and string?
What is binary tree and its properties?
Explain the implementation of an AVL tree and Binary tree.
What is bubble insertion selection sort?
What are the applications of priority queues?
What is best time complexity?
List the applications of set adt?
What is the structure of an array?
What is the meaning of anonymous array? Explain with an example?