WHAT IS HEADER?

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


Please Help Members By Posting Answers For Below Questions

which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

1308


What is volatile variable in c with example?

676


How can you find the day of the week given the date?

719


What are the advantages of the functions?

716


Which of these functions is safer to use : fgets(), gets()? Why?

727






Why is %d used in c?

661


Why is c so popular?

763


Is c still relevant?

728


Why header file is used in c?

670


Is it cc or c in a letter?

662


What is nested structure?

670


In C programming, what command or code can be used to determine if a number of odd or even?

708


What is the use of header?

733


Is sizeof a keyword in c?

668


What does c mean?

673