Computer Science, asked by tarikaramani, 5 months ago

Explain the function which is present in the header file

Answers

Answered by Anonymous
10

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 Anonymous
1

Here is Your answer...

A header file has a . h extension that contains C function declarations and macro definition. There are two kinds of header files: the files that the developer writes and the files that come with your compiler. ... Header files include data types definitions, function prototypes, and C preprocessor commands

Please Mark branilest Answer...

Similar questions