what information does the header files contain?
Answer Posted / shashi
In computer programming, particularly in the C and C++
programming languages, a header file or include file is a
file, usually in the form of source code, that a compiler
automatically includes when processing another source file.
Typically, programmers specify the inclusion of header files
via compiler directives at the beginning (or head) of the
other source file.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is bin sh c?
What is malloc and calloc?
Compare interpreters and compilers.
What does c mean before a date?
What does %p mean?
what are bit fields in c?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What is file in c preprocessor?
Do you have any idea about the use of "auto" keyword?
Can we compile a program without main() function?
please explain every phase in the "SDLC" in the dotnet.
please send me the code for multiplying sparse matrix using c
Is main a keyword in c?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?