What does the header files contain which are used in c/c++ programming language?

Showing Answers 1 - 3 of 3 Answers

Salim

  • Aug 23rd, 2007
 

In c/c++ programming languages 'header' files contains forward DECLARATION of functions, variables and other identifiers. Identifiers that are used more then once in source files are placed in header files, these header files can then be included in source files using '#include' directive.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions