What are header files in c?



What are header files in c?..

Answer / Gajendra Singh

Header files in C are auxiliary files with the .h extension that contain function prototypes, macros, and other information needed to use libraries or external functions. They help in organizing code and reducing compilation time.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

How to reverse a string using a recursive function, with swapping?

5 Answers  


What is a 'null pointer assignment' error?

1 Answers  


Why we not create function inside function.

1 Answers  


why java is called as a purely oops language.

3 Answers   TVS,


write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]

7 Answers   Calsoft,


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

1 Answers  


What are macros in C?

2 Answers  


write a function for strtok()??

2 Answers   Verifone,


What is the best way of making my program efficient?

1 Answers  


Explain what is the difference between text files and binary files?

1 Answers  


which one low Priority in c? a)=,b)++,c)==,d)+

10 Answers  


write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};

5 Answers  


Categories