The postfix expression of A + B * C is:

2025

The postfix expression of A + B * C is:

  1. A.

    ABC*+

  2. B.

    AB+C*

  3. C.

    A+BC*

  4. D.

    *+ABC

Attempted by 105 students.

Show answer & explanation

Correct answer: A

Multiplication has higher precedence than addition, so A + B * C becomes A + (B * C). The postfix form is A B C * +, written as ABC*+.

Explore the full course: Coding For Placement