Why is it that not all header files are declared in every C program?


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

Post New Answer

More C Interview Questions

Find occurence of a character in a sting.

3 Answers   TCS,


What is realloc in c?

0 Answers  


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

0 Answers  


consagous technology placement paper

3 Answers   Consagous, Sypra,


What is data structure in c language?

0 Answers  


How can I recover the file name given an open stream or file descriptor?

0 Answers  


main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?

9 Answers   Ramco,


What is difference between %d and %i in c?

0 Answers  


difference between my-strcpy and strcpy ?

3 Answers   Geometric Software, IIM, Infosys,


Why we use int main and void main?

0 Answers  


how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.

2 Answers  


What is size of union in c?

0 Answers  


Categories