Home » C Programming » Data Types » Question
  1. In a 32-bit compiler, which 2 types have same size?
    1. float and double
    2. short and int
    3. char and short
    4. int and float
    5. None of these
Correct Option: D

int and float



Your comments will be displayed only after manual approval.