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 const volatile variable in c?
What is an identifier?
Write a program to implement queue.
What is external variable in c?
How can you increase the allowable number of simultaneously open files?
what is the difference between class and unio?
how to create duplicate link list using C???
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What is the difference between far and near in c?
How do you define CONSTANT in C?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What does c mean in standard form?
Explain goto?
What is pass by value in c?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?