What is the use of header files?


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

Post New Answer

More C Interview Questions

difference between the array and linked list general difference related to memory

2 Answers  


Who developed c language and when?

0 Answers  


regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression

1 Answers   TCS,


Differentiate between a structure and a union.

0 Answers   Zensar,


Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?

4 Answers   Oracle,






write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.

1 Answers  


What are the restrictions of a modulus operator?

0 Answers  


What are the types of type qualifiers in c?

0 Answers  


When would you use a pointer to a function?

0 Answers  


wht is the difference between KPO and BPO ?

2 Answers   Accenture, BPO, HCK, HCL, Infosys,


How would you write qsort?

1 Answers  


what is the use of fflush() function?

2 Answers  


Categories