what information does the header files contain?

Answer Posted / dips

Header files contain the definations of the functions that
are to be used in the program.In order to recognise the
defined functions ex, printf, scanf etc you need to define
the header file STDIO.h where the defination of these
functions are declared.Which makes writting of the program
very easy

Is This Answer Correct ?    16 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the applications of c language?

856


Why isn't any of this standardized in c? Any real program has to do some of these things.

952


How can I implement a delay, or time a users response, with sub-second resolution?

857


How can you increase the size of a dynamically allocated array?

927


What are preprocessor directives in c?

855


What is the difference between fread and fwrite function?

864


What is difference between main and void main?

876


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?

2084


Explain enumerated types.

813


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

899


Explain about block scope in c?

869


What is a good way to implement complex numbers in c?

815


To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

2451


What is the main difference between calloc () and malloc ()?

862


What is c system32 taskhostw exe?

808