what is header file?give two examples
Answers
Answered by
54
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
2
Answer:A header file is a file containing C declarations and macro definitions (see Macros) to be shared between several source files. ... Your own header files contain declarations for interfaces between the source files of your program. Ex- stdio.h , conio.h
Explanation:
Similar questions
English,
2 months ago
Science,
2 months ago
Math,
5 months ago
Computer Science,
5 months ago
Social Sciences,
10 months ago
Science,
10 months ago