Home » C++ Programming » Data Types » Question
  1. What constant defined in header returns the number of bits in a char?
    1. SIZE_CHAR
    2. CHAR_SIZE
    3. CHAR_BIT
    4. BIT_CHAR
    5. None of these
Correct Option: C

CHAR_BIT



Your comments will be displayed only after manual approval.