Operators and Enums in C Language - Quiz

  • AIt counts the number of bits that are ON (1) in the number num.
  • BIt counts the number of bits that are OFF (0) in the number num.
  • CIt sets all bits in the number num to 1
  • DError