What are infix and postfix notations? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What are infix and postfix notations?

6th Oct 2016, 2:53 PM
priya
2 Answers
+ 2
Infix, Post fix and Prefix notations are three different but equivalent ways of writing expressions. Infix notation: X + Y Operators are written in-between their operands Postfix notation (also known as "Reverse Polish notation"): X Y + Operators are written after their operands. Prefix notation (also known as "Polish notation"): + X Y Operators are written before their operands.
6th Oct 2016, 4:31 PM
Meera Beladiya
Meera Beladiya - avatar
+ 2
thanks .
6th Oct 2016, 4:35 PM
priya