Computer Science, asked by tntkrishna0, 11 months ago

what is header files​

Answers

Answered by hiratayyab17
5

Answer:

A header file is a file with extension .h 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 comes with your compiler.

Answered by anupam9968
1

Answer:

Hi mate

Explanation:

Many programming languages and other computer files have a directive often called Include( as well as copy or import) that causes the contents of second file to be inserted into original file. These Included files are called HEADER FILES.

HOPE IT HELPS....

Similar questions