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

What is const volatile variable in c?

808


What is an identifier?

829


Write a program to implement queue.

902


What is external variable in c?

833


How can you increase the allowable number of simultaneously open files?

843


what is the difference between class and unio?

2124


how to create duplicate link list using C???

2293


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

877


What is the difference between far and near in c?

818


How do you define CONSTANT in C?

918


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

886


What does c mean in standard form?

878


Explain goto?

937


What is pass by value in c?

814


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

851