Answer Posted / md.afzal khan
Include directory is special directory which content all the
header files of c language. Extension of header files in c
language is header. All header files only keep declaration of
functions, declaration of data type and micro constants. Body
of function i.e. function definition is not written in the
header files. Hence no one can get source code of function
like printf, clrscr etc. All the function declaration in
header file is extern. Since visibility of extern data type is
whole the program. and other file can also access such
function. Body of function of header file is supplied at the
time of linking in header file.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the easiest sorting method to use?
How do you initialize pointer variables?
Differentiate between full, complete & perfect binary trees.
What is extern storage class in c?
Explain what does it mean when a pointer is used in an if statement?
what is the diffrenet bettwen HTTP and internet protocol
Do you know the use of 'auto' keyword?
write a c program for swapping two strings using pointer
Why does not c have an exponentiation operator?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
What the advantages of using Unions?
Why static variable is used in c?
Why header files are used?
what is uses of .net
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor