Multiple choice

Which header file(s) contains information about the size of data type?

  1. limit.h

  2. float.h

  3. Both of the above

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In C programming, 'limits.h' contains information about integer type sizes, and 'float.h' contains information about floating-point type sizes. Therefore, both are correct.