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

enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above

8 Answers   HCL, Wipro,


What is integer constants?

0 Answers  


What is indirection? How many levels of pointers can you have?

0 Answers   Aspire, Infogain,


What are the different pointer models in c?

4 Answers  


to get a line of text and count the number of vowels in it

3 Answers   Satyam,






what will be the output for the following main() { printf("hi" "hello"); }

5 Answers   RoboSoft,


what are advantages of U D F?

1 Answers   Google,


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

0 Answers  


write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

0 Answers   Subex,


To what value do nonglobal variables default? 1) auto 2) register 3) static

4 Answers  


Is c is a middle level language?

0 Answers  


C program to find all possible outcomes of a dice?

0 Answers  


Categories