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

for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }

1 Answers  


Write a program for deleting duplicate elements in an array

3 Answers   Subex,


How can I trap or ignore keyboard interrupts like control-c?

0 Answers  


How can a number be converted to a string?

1 Answers  


What does %p mean?

0 Answers  






how to swap four numbers without using fifth variable?

2 Answers  


what is the difference between const volatile int i & volatile const int j;

2 Answers   HCL,


Write a code of a general series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,


What is the purpose of Scanf Print, getchar, putchar, function?

3 Answers  


write a reverse string to print a stars.(with out using logic) ***** **** *** ** *

2 Answers  


Write a program to compare two strings without using the strcmp() function

42 Answers   Accenture, Arba Minch University,


Who is the main contributor in designing the c language after dennis ritchie?

0 Answers  


Categories