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 difference between array and structure in c?

582


What is a scope resolution operator in c?

752


write a c program for swapping two strings using pointer

2095


What is console in c language?

611


i have a written test for microland please give me test pattern

2184






What is the use of pointers in C?

623


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

3146


Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

981


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

1709


How can I open a file so that other programs can update it at the same time?

664


List the difference between a 'copy constructor' and a 'assignment operator' in C?

639


What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

682


write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

1675


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

658


Is c easier than java?

572