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
What are the applications of c language?
Why isn't any of this standardized in c? Any real program has to do some of these things.
How can I implement a delay, or time a users response, with sub-second resolution?
How can you increase the size of a dynamically allocated array?
What are preprocessor directives in c?
What is the difference between fread and fwrite function?
What is difference between main and void main?
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?
Explain enumerated types.
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
Explain about block scope in c?
What is a good way to implement complex numbers in c?
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
What is the main difference between calloc () and malloc ()?
What is c system32 taskhostw exe?