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

What is boolean in c?

615


What does %d do in c?

550


When would you use a pointer to a function?

591


Write the Program to reverse a string using pointers.

623


What is c language and why we use it?

626






What are high level languages like C and FORTRAN also known as?

691


what is the structure pointer?

1648


How many keywords (reserve words) are in c?

626


Are bit fields portable?

681


What does != Mean in c?

594


Why c is called procedure oriented language?

584


What is #include in c?

604


What is difference between static and global variable in c?

541


Explain is it valid to address one element beyond the end of an array?

743


Are the variables argc and argv are always local to main?

576