184k views
2 votes
About C header files of C programming

User Atomizer
by
3.7k points

1 Answer

4 votes

Answer:

A header file is a file with an extension. Which contains C function declarations and macro definitions to be shared between several source files. There are two types of header files: the files that the programmer writes and the files that come with your compiler.

User Gerg
by
4.7k points