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

What is calloc() function?

0 Answers  


What is c preprocessor mean?

0 Answers  


main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }

1 Answers   Accenture, Vector,


Why main is used in c?

0 Answers  


How can I pad a string to a known length?

0 Answers  






What is the difference between fread and fwrite function?

0 Answers  


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

0 Answers  


What are c preprocessors?

0 Answers  


#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?

4 Answers   IIIT,


What is key word in c language?

4 Answers   ABC,


Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...

4 Answers   TCS,


Explain the advantages and disadvantages of macros.

0 Answers   TCS,


Categories