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...


why do we use # in c-language?



why do we use # in c-language?..

Answer / raj

This is for including Header files in your 'C' program.
Header files means to include built-in files of your C
library.The #include directive tells the preprocessor to
treat the contents of a specified file as if those contents
had appeared in the source program at the point where the
directive appears. You can organize constant and macro
definitions into include files and then use #include
directives to add these definitions to any source file.

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More C Interview Questions

main() { printf("hello%d",print("QUARK test?")); }

5 Answers  


implement OR gate without using any bitwise operator.

1 Answers   Alcatel, Wipro,


write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables

2 Answers   TCS,


What is the maximum no. of arguments that can be given in a command line in C.?

0 Answers   HCL,


Why is c called "mother" language?

0 Answers  


What is a pointer in c?

3 Answers  


what are the 10 different models of writing an addition program in C language?

0 Answers  


prog for 1st five prime numbers in 2^x - 1

0 Answers  


what does data structure mean?

8 Answers  


What do you understand by normalization of pointers?

0 Answers  


how to find that no is int or float?

5 Answers  


Explain spaghetti programming?

0 Answers  


Categories