Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Can a pointer be static?

0 Answers  


What is structure padding & expalain wid example what is bit wise structure?

1 Answers  


What do you mean by scope of a variable in c?

0 Answers  


What is the use of ?

0 Answers  


what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }

3 Answers   Honeywell,


What does %c do in c?

0 Answers  


What is call by reference in functions?

1 Answers  


what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??

5 Answers  


pierrot's divisor program using c or c++ code

0 Answers  


Can you think of a logic behind the game minesweeper.

0 Answers  


Is c pass by value or reference?

0 Answers  


How to avoid buffer overflow?

1 Answers  


Categories