The postfix expression of A + B * C is:

2025

The postfix expression of A + B * C is:

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

  1. A.

    ABC*+

  2. B.

    AB+C*

  3. C.

    A+BC*

  4. D.

    *+ABC

Attempted by 356 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: Niacl Ao It Specialist

Loading lesson…