What are header files why are they important?


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

Post New Answer

More C Interview Questions

why effort estimation is important?

1 Answers  


Write a program of prime number using recursion.

0 Answers   Aspiring Minds,


for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????

7 Answers  


1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?

2 Answers   nvidia,


What is #error and use of it?

0 Answers  


explain memory layout of a C program

2 Answers  


why do we use pointer instead directly acessing the data?

2 Answers  


write a program to insert an element at the specified position in the given array in c language

5 Answers   Appin, IBM,


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

0 Answers  


what is differnence b/w macro & functions

1 Answers  


1,4,8,13,21,30,36,45,54,63,73,?,?.

10 Answers   AMB, Franklin Templeton,


what does exit() do?

3 Answers   Cadence,


Categories