Computer Science, asked by knightking5119p6uixl, 1 year ago

what is the header file in program.

Answers

Answered by Akki871
0
header is basically used for put a heading on the fron top of the page.

knightking5119p6uixl: yes ....but what is header file in c programming
Akki871: A header file is a file with extension .h which contains Cfunction 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 krishnamukherje1
2
a header file is a file with extension .h which contains C function declaration and macro definition to be shared between several sources files .

krishnamukherje1: hey thnkxx
Similar questions