Which of the following statements are correct about the Bitwise

Loading

โœช Choose the correct option.

Which of the following statements are correct about the Bitwise & operator used in C#.NET?

  1. The & operator can be used to Invert a bit.
  2. The & operator can be used to put ON a bit.
  3. The & operator can be used to put OFF a bit.
  4. The & operator can be used to check whether a bit is ON.
  5. The & operator can be used to check whether a bit is OFF.

A. 38018
B. 38413
C. 44654
D. 38445

Leave a Comment