Multiple choice

Which of the following is not a relational operator?

  1. >

  2. <

  3. > =

    • =
  4. None of these

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

+= is not a relational operator but a compound assignment operator which assigns the result of addition of the first and the second operand to the first operand.