Explain what header files do I need in order to define the standard library functions I use?


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

Post New Answer

More C Interview Questions

In C programming, what command or code can be used to determine if a number of odd or even?

0 Answers  


explain what is an endless loop?

0 Answers  


What are inbuilt functions in c?

0 Answers  


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

0 Answers  


What is the meaning When we write "#include" what is # and what does include does there???

22 Answers   HCL, Wipro,






What is your stream meaning?

0 Answers  


Explain what does a function declared as pascal do differently?

0 Answers  


Is it better to use a macro or a function?

0 Answers  


Difference between null pointer and dangling pointer?

7 Answers   GE, Wipro,


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

0 Answers  


main() { int i; printf("%d",i^i); }

1 Answers  


What is the difference between text and binary modes?

0 Answers  


Categories