Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

What is header file?

4 like 0 dislike
Please send some definition of header file?
asked 1 year ago by starcaller (24,080 points)

1 Answer

1 like 0 dislike
 
Best 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'.
answered 1 year ago by william (91,210 points)

Related questions

10 like 0 dislike
2 answers
asked 2 years ago by anonymous
5 like 0 dislike
1 answer
asked 2 years ago by eagles11 (179,830 points)
1 like 0 dislike
0 answers
5 like 0 dislike
0 answers
7 like 0 dislike
1 answer
asked 1 year ago by starcaller (24,080 points)