How many passes does the evaluation of infix expression algorithm makes…

2024

How many passes does the evaluation of infix expression algorithm makes through the input?

  1. A.

    One

  2. B.

    two

  3. C.

    Three

  4. D.

    Four

Attempted by 76 students.

Show answer & explanation

Correct answer: A

Answer: a

Explanation: Evaluation of infix expression algorithm is linear and makes only one pass through the input.

Explore the full course: Coding For Placement