Question:

Identify the type of expression where operators are placed before the corresponding operands:

Show Hint

Remember: Prefix = Polish, Postfix = Reverse Polish, Infix = standard notation.
Updated On: Sep 18, 2025
  • Polish expression
  • Infix expression
  • Postfix expression
  • Reverse Polish expression
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Step 1: Types of expressions.
- Infix: Operator between operands (A + B).
- Postfix (Reverse Polish): Operator after operands (A B +).
- Prefix (Polish): Operator before operands (+ A B).

Step 2: Match with question.
The question asks where operators are placed before operands. This is Prefix (Polish expression).
Final Answer: \[ \boxed{\text{Polish expression}} \]
Was this answer helpful?
0
0

Questions Asked in CUET exam

View More Questions