Multiple choice

Which of the following expressions is one where operators are placed after the operands and it is also called as reverse polish notation?

  1. Prefix expression

  2. Infix expression

  3. Postfix expression

  4. Pushing

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This expression is one where operators are placed after the operands and it is also called as reverse polish notation.