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

Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

5464


Is c call by value?

605


how can use subset in c program and give more example

1502


Where is volatile variable stored?

649


What is default value of global variable in c?

564






How can my program discover the complete pathname to the executable from which it was invoked?

660


Tell me the use of bit field in c language?

629


Why is c so popular?

650


a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

702


Explain setjmp()?

657


Why is c fast?

605


What is a memory leak? How to avoid it?

575


Write a program to swap two numbers without using third variable?

814


What is typeof in c?

609


How is pointer initialized in c?

587