Answer Posted / shalini
header file constitutes all the pre defined functions that
are necessary for a program to run.hence whenever u compile
a program the compiler links all the header files into the
corresponding program and starts execution
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is extern keyword in c?
I came across some code that puts a (void) cast before each call to printf. Why?
What is volatile, register definition in C
What is bss in c?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
How can I make it pause before closing the program output window?
What do you mean by recursion in c?
What is && in c programming?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
How can you invoke another program from within a C program?
What does the c preprocessor do?
What is d scanf?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
How can I convert a number to a string?