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 difference between c and python?
Write a progarm to find the length of string using switch case?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is function in c with example?
Why & is used in scanf in c?
Why isnt any of this standardized in c?
Write a program of prime number using recursion.
What are the types of i/o functions?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
Explain what is the difference between the expression '++a' and 'a++'?
Explain what are multidimensional arrays?
write a program to generate address labels using structures?
What is the concatenation operator?
How can I do serial ("comm") port I/O?
Which is an example of a structural homology?