[646 views]
Prefix notation is a type of notation in which arithmetic expressions are written in a manner such that the operands appear after their operators.
Postfix notation is a type of notation in which arithmetic expressions are written in a manner such that the operands appear before their operators.
Let's see how to convert Prefix Notation to Postfix Notation.
Let's take an example to understand *a+bc
You might be interested in this too.:
Our Quiz prepared by Experts Helps you identify your knowledge in Algorithms. Everyone should atleast attempt this Quiz Once.