What are the header files used in c language?


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

Post New Answer

More C Interview Questions

What is an arrays?

0 Answers  


write a c program that prints all multiples of 3between 1 and 50.

5 Answers  


What functions are used in dynamic memory allocation in c?

0 Answers  


Is there a built-in function in C that can be used for sorting data?

0 Answers  


what is recursion in C

0 Answers   Cap Gemini,






what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }

4 Answers  


sum of two integers values only other then integer it should print invalid input.

1 Answers  


marge linklist

0 Answers   HCL,


Who invented b language?

0 Answers  


What is main return c?

0 Answers  


Is it possible to have a function as a parameter in another function?

0 Answers  


Is c call by value?

0 Answers  


Categories