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


Please Help Members By Posting Answers For Below Questions

What is abstract data structure in c?

763


What is int main () in c?

862


Why does this code crash?

839


how should functions be apportioned among source files?

865


WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..

1809


What is the size of empty structure in c?

812


What is meant by type casting?

823


What is switch in c?

848


What is a memory leak? How to avoid it?

882


What are the __date__ and __time__ preprocessor commands?

782


Describe the difference between = and == symbols in c programming?

1015


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

882


Write a program to print factorial of given number without using recursion?

778


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

1006


On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area

916