What is the header file contain
Answers
Answered by
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
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