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
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What is volatile variable in c with example?
How can you find the day of the week given the date?
What are the advantages of the functions?
Which of these functions is safer to use : fgets(), gets()? Why?
Why is %d used in c?
Why is c so popular?
Is c still relevant?
Why header file is used in c?
Is it cc or c in a letter?
What is nested structure?
In C programming, what command or code can be used to determine if a number of odd or even?
What is the use of header?
Is sizeof a keyword in c?
What does c mean?