Question: Which operator returns true if the two compared values are not equal?

  1. `<>`
  2. `~`
  3. `==!`
  4. `!==`

Answer: The correct answer of the above question is Option D:`!==`