What are c header files?



What are c header files?..

Answer / Vibhu Saxena

C header files are collection of function prototypes and macro definitions that allow reusability and portability of code across programs.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

how can i sort numbers from ascending order and descending order using turbo c..

1 Answers  


a C prog to swap 2 no.s without using variables just an array?

5 Answers   TCS,


what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }

3 Answers   HCL,


what is c?

4 Answers   IBM, TCS,


Explain that why C is procedural?

1 Answers   Maveric, Verifone,


Why void main is used in c?

1 Answers  


What is huge pointer in c?

1 Answers  


what is mean by Garbage collection ? Please answer me. Advance thanks.

4 Answers   Excel,


What is return type in c?

1 Answers  


can u give me the good and very optimised code for a car racing game?

0 Answers  


Explain modulus operator. What are the restrictions of a modulus operator?

1 Answers  


Write a function to find the area of a triangle whose length of three sides is given

2 Answers  


Categories