What is header file in c?



What is header file in c?..

Answer / Choudhary Jitendera Singh

In C, a header file is a file that contains declarations of functions, macros, and data types. These files are used to share the function prototypes, structure definitions, and other common declarations between multiple source files.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Array is an lvalue or not?

1 Answers  


What is structure of c program?

1 Answers  


Explain built-in function?

1 Answers  


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

1 Answers  


Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?

2 Answers   ME, Synfusion, Wipro,


what are brk, sbrk?

1 Answers   Oracle,


What are preprocessor directives in c?

1 Answers  


write a addition of two no. program with out using printf,scanf,puts .

4 Answers  


What math functions are available for integers? For floating point?

1 Answers  


#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }

1 Answers  


How is actual parameter different from the formal parameter?

1 Answers  


What is main () in c language?

1 Answers  


Categories