Multiple choice

Header files generally contain _____ function.

  1. declaration

  2. initialization

  3. calling

  4. none of the above

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

Header files (.h) are primarily used to store declarations of functions, variables, and macros so that they can be shared across multiple source files.