whats the use of header file in c?

Answers were Sorted based on User's Feedback



whats the use of header file in c?..

Answer / 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

whats the use of header file in c?..

Answer / prabhakar

because it consists the definations of per defined functions
...
hence it will be includes the corresponding definations of
function when ever you called the function.

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More C Interview Questions

what is an array

5 Answers  


consagous technology placement paper

3 Answers   Consagous, Sypra,


What is the purpose of clrscr () printf () and getch ()?

0 Answers  


Do you know the use of 'auto' keyword?

0 Answers  


For what purpose null pointer used?

0 Answers  






What is meant by int main ()?

0 Answers  


main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }

11 Answers   CISOC, CitiGroup, College School Exams Tests,


plz let me know how to become a telecom protocol tester. thank you.

0 Answers  


What is cohesion in c?

0 Answers  


what is ANSI and ISO

7 Answers   HCL,


How can I make it pause before closing the program output window?

0 Answers  


c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above

0 Answers  


Categories