Multiple choice Header files generally contain _____ function. declaration initialization calling 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.