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 is the meaning When we write "#include" what is # and
what does include does there???

Answer Posted / a.ramachandiran b.sc cs

The symbol '#' is called preprocessor.

All the header files are stored in a folder namely INCLUDE.
When need to us use them we must mention as follows.
#include<headerfile_name.h>

Is This Answer Correct ?    27 Yes 28 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When should the volatile modifier be used?

1232


What is the difference between fread and fwrite function?

1130


List the difference between a 'copy constructor' and a 'assignment operator' in C?

1138


What does *p++ do? What does it point to?

1119


Explain what is the difference between far and near ?

1164


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

2250


how can I convert a string to a number?

1136


How many types of operator or there in c?

1137


What is #include stdio h?

1178


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

1292


What are the string functions? List some string functions available in c.

1039


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

1329


How is = symbol different from == symbol in c programming?

1102


What are the benefits of organizational structure?

1064


How is actual parameter different from the formal parameter?

1059