Describe the header file and its usage in c programming?


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

Post New Answer

More C Interview Questions

What are pointers in C? Give an example where to illustrate their significance.

0 Answers   Wipro,


What is context in c?

0 Answers  


where are auto variables stored? What are the characteristics of an auto variable?

0 Answers  


where do we use structure pointer?

1 Answers  


Why do we use int main instead of void main in c?

0 Answers  






Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

0 Answers  


Difference between fopen() and open()?

3 Answers   Aricent,


main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }

3 Answers  


Explain what are the different data types in c?

0 Answers  


biggest of two no's with out using if condition statement

8 Answers  


Where can I get an ansi-compatible lint?

0 Answers  


Difference between C and Embedded C?

1 Answers  


Categories