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 |
How to reverse a string using a recursive function, with swapping?
What is a 'null pointer assignment' error?
Why we not create function inside function.
why java is called as a purely oops language.
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What are macros in C?
write a function for strtok()??
What is the best way of making my program efficient?
Explain what is the difference between text files and binary files?
which one low Priority in c? a)=,b)++,c)==,d)+
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};