what does ‘#include’ mean?



what does ‘#include’ mean?..

Answer / vatsava

This is a preprocessor directive & causes one file to be
included into another. Whenever we #include a file it
causes the entire contents of the file to be inserted into
the source code

Is This Answer Correct ?    20 Yes 0 No

Post New Answer

More C Interview Questions

Write a program to print prime nums from 1-20 using c programing?

13 Answers   IBM,


What do you mean by recursion in c?

0 Answers  


What is c programing language?

0 Answers  


Is c easier than java?

0 Answers  


what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

0 Answers   Wipro,






Explain what is the benefit of using const for declaring constants?

0 Answers  


why we need function pointers?

3 Answers  


What is define c?

0 Answers  


what is the hardware model of CFG( context free grammar)

0 Answers   Microsoft,


What does sizeof int return?

0 Answers  


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

0 Answers  


What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack

6 Answers  


Categories