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

what is the use of #pragma pack, wer it is used?

2 Answers   Wipro,


how 2 compile & execute c program with out using editor?

2 Answers   HP,


What is ## preprocessor operator in c?

0 Answers  


char ch=10;printf("%d",ch);what is the output

14 Answers   Accenture,


What is your favorite subject?

1 Answers   Ericsson, Invendis, Tech Mahindra,


find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

0 Answers   TCS,


const char * char * const What is the differnce between the above tow?.

6 Answers   Ramco, TCS,


Is it acceptable to declare/define a variable in a c header?

0 Answers  


what is different between auto and local static? why should we use local static?

0 Answers  


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

5 Answers   Amazon, Qualcomm,


64/square(4)

1 Answers  


write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)

1 Answers   Bosch, College School Exams Tests,


Categories