Computer Science, asked by DvDeora5969, 8 months ago

What is the header file contain

Answers

Answered by tejasvimaligi
0

Answer:

PLEASE MARK ME AS BRAINLIEST.....

Explanation:

Many programming languages and other computer files have a directive, often called include, that causes the contents of a second file to be inserted into the original file. These included files are called copybooks or header files.

Answered by Deveshu45
0

Answer:

A header file is a file containing C declarations and macro definitions (see Macros) to be shared between several source files. You request the use of a header file in your program by including it, with the C preprocessing directive ' #include '. Header files serve two purposes.

Similar questions