Multiple choice

To which of the following operators does ?? operator belong?

  1. Arithmatic operators

  2. Comparison operators

  3. Assignment operators

  4. String operators

  5. Logical operators

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

Logical operators are &&, ??, !, where ?? is called OR operator.