Multiple choice

If PRCD (x, y) function gives TRUE operator, and x has precedence over y. What is the output of the function PRCD(­,­)?

  1. TRUE

  2. FALSE

  3. Undefined

  4. None of these

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

The question is garbled, but PRCD(x, y) typically returns false if x does not have precedence over y. Given the context of operator precedence, the output is FALSE.