Home » C++ Programming » Data Types » Question
  1. It is guaranteed that a ____ has at least 8 bits and a ____ has at least 16 bits.
    1. bool, char
    2. int, float
    3. char, short
    4. char, int
    5. None of these
Correct Option: C

char, short



Your comments will be displayed only after manual approval.