Header files are those which contain C function declaration and macro definitions that are to be shared between sourced files. Header files are generated with the extension .h.
There are two types of header files:
- Programmer generated a header file
- Files that come with your compiler
Shathana. S.R. Asked question April 28, 2023
