Multiple choice Which of the following operators are used in 'C' to operate at Bit-level in a program? Arithmetic operators Relational operators Bitwise operators 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) .