What is infix , postfix notation ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is infix , postfix notation ?

This is related to maths .

2nd May 2019, 10:27 AM
Kalo 'smi
Kalo 'smi - avatar
1 Answer
+ 9
Infix and postfix operation are mathematical operation if an operator is placed between two operands like x + y then this is an infix expression. Postfix expression is an expression in which operator is written after operands like above infix can be change in postfix by this way. "x y +" and prefix is another expression in which operator is written before operands. Like "+x y" Postfix is solved via stack. https://www.sololearn.com/learn/704/?ref=app
2nd May 2019, 12:34 PM
GAWEN STEASY
GAWEN STEASY - avatar