Multiple choice

Which of the following operators are used in 'C' to operate at Bit-level in a program?

  1. Arithmetic operators

  2. Relational operators

  3. Bitwise operators

  4. None of these

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

 These operators are used to perform operations at Bit-level as all data is stored in the computer's memory as a sequence of bits (0's and 1's) .