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
Why is C language being considered a middle level language?
What is the equivalent code of the following statement in WHILE LOOP format?
What is calloc malloc realloc in c?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
When should a far pointer be used?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
What does %c do in c?
Can we declare a function inside a function in c?
How #define works?
difference between object file and executable file
What is the difference between array and pointer?
What is structure of c program?
What is the best style for code layout in c?
What is external variable in c?
When c language was developed?