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

What is wild pointer in c with example?

0 Answers  


write a program to find lcm and hcf of two numbers??

1 Answers  


What is the full form of getch?

0 Answers  


Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program

19 Answers   CTS, HCL, TCS,


What is the size of a union variable?

0 Answers  






what is the use of ~ in c lang?????

3 Answers  


What is 'bus error'?

0 Answers  


create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.

4 Answers  


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

0 Answers  


9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?

4 Answers   L&T,


What are called c variables?

0 Answers  


which is the best antivirus and how to update it

7 Answers   Infosys,


Categories