Home » C Programming » Data Types » Question
  1. Which of the data types has the size that is variable?
    1. float
    2. int
    3. struct
    4. double
    5. None of these
Correct Option: C

Since the size of the structure depends on its fields, it has a variable size.



Your comments will be displayed only after manual approval.