Question: What is the output of this code?

  1. c = -1, which is less than 10
  2. c = 255, which is greater than 10
  3. c = -1, which is greater than 10
  4. c = 255, which is less than 10

Answer: The correct answer of the above question is Option A:c = -1, which is less than 10