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
Explain the ternary tree?
What are the types of arrays in c?
What are the types of functions in c?
What are terms in math?
State the difference between realloc and free.
Difference between Function to pointer and pointer to function
what is the function of pragma directive in c?
What is the difference between union and structure in c?
Explain what are reserved words?
Function calling procedures? and their differences? Why should one go for Call by Reference?
What is string constants?
Can you please explain the scope of static variables?
What is ctrl c called?
Why & is used in c?
show how link list can be used to repersent the following polynomial i) 5x+2