Multiple choice

Which of the following symbols is used for the comparison of two values?

  1. ==

  2. &&

  3. ++

  4. --

  5. +

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

This option is correct as this operator compares two values whether they are equal or not.