what information does the header files contain?

Answer Posted / shashi

In computer programming, particularly in the C and C++
programming languages, a header file or include file is a
file, usually in the form of source code, that a compiler
automatically includes when processing another source file.
Typically, programmers specify the inclusion of header files
via compiler directives at the beginning (or head) of the
other source file.

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between call by value and call by reference in c language?

637


How many types of functions are there in c?

577


Is python a c language?

546


A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?

1766


Define the scope of static variables.

596






Explain how can you avoid including a header more than once?

591


What is indirection?

641


Explain union. What are its advantages?

609


When do we get logical errors?

629


Can we change the value of constant variable in c?

566


What is an auto keyword in c?

631


Explain built-in function?

583


When should the register modifier be used? Does it really help?

599


How reliable are floating-point comparisons?

621


What are the valid places to have keyword “break”?

642