Multiple choice

Which of the following is a bitwise operator?

  1. !=

  2. &

  3. ==

  4. <

  5. >

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

This option is correct as bitwise AND operator (&) compares each bit of the first operand to the corresponding bit of the second operand.