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 relation between # and include<stdio.h>

Answer Posted / jafar ali

when ever we include 'stdio.h' or any other header file
and use its features and functions using keyword 'include',
their codes are inserted in our source-code before
compiling.
when we use function printf() from stdio.h its code is
inserted in our code. This is done by c preprocessors and
is done before compiling the code.
And here '#' plays a vital part. # indicates that this
lines are to be considered by the preprocessor and it acts
appropriately.

i hope i have answered the question. i am new to c and
if any one want to add to this they are welcome.

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe the order of precedence with regards to operators in C.

1097


How can I determine whether a machines byte order is big-endian or little-endian?

1124


What is "Duff's Device"?

1215


Write a Program to find whether the given number or string is palindrome.

1334


What are the different types of pointers used in c language?

1095


List the different types of c tokens?

1120


How can I split up a string into whitespace-separated fields?

1102


How can I swap two values without using a temporary?

1147


explain what is fifo?

1129


Can you pass an entire structure to functions?

1172


What is the use of function in c?

1247


What does %p mean c?

1114


differentiate built-in functions and user – defined functions.

1146


What is an arrays?

1135


What's the right way to use errno?

1199