What are c header files?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is structure packing in c?

0 Answers  


What are the 4 types of unions?

0 Answers  


What is the full form of getch?

0 Answers  


What is the use of structure padding in c?

0 Answers  


How to create struct variables?

0 Answers  






Which header file should you include if you are to develop a function which can accept variable number of arguments?

0 Answers   TCS, TISL,


What's a good way to check for "close enough" floating-point equality?

0 Answers   Celstream,


What do you mean by dynamic memory allocation in c?

0 Answers  


What should malloc() do?

0 Answers  


What is infinite loop?

0 Answers  


What is nested structure in c?

0 Answers  


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

0 Answers  


Categories