What are header files and what are its uses in C programming?


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

Post New Answer

More C Interview Questions

Why is c faster?

0 Answers  


#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā€œ%dā€ ,a[i]); }

8 Answers  


Is c still used?

0 Answers  


How pointer is different from array?

0 Answers  


How can I find the modification date of a file?

0 Answers   Celstream,






How do I use void main?

0 Answers  


Write a program in c using only loops to print * * * * * *******

2 Answers   IBM,


How can I allocate arrays or structures bigger than 64K?

5 Answers  


What is a macro in c preprocessor?

0 Answers  


What is true about the following C Functions (a) Need not return any value (b) Should always return an integer (c) Should always return a float (d) Should always return more than one value

2 Answers   DynPro, TCS,


In C, What is the #line used for?

2 Answers  


is c language is a object oreinted language?

5 Answers   TCS,


Categories