Multiple choice Which of the following is a bitwise operator? != & == < > 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.