Multiple choice Which header file(s) contains information about the size of data type? limit.h float.h Both of the above 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.