🎴 Flashcard Mode

C Programming

Card1 / 25
Mastered0
Review0
QuestionClick to flip

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

AnswerClick to flip back
A
Both of the above
💡 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.

Change Mode