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
Math,
3 months ago
Math,
3 months ago
English,
3 months ago
Math,
7 months ago
Computer Science,
7 months ago
Social Sciences,
11 months ago
Science,
11 months ago