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 use#in c

Answer Posted / rusmguys

# is preprocessor which tell compiler that what header
file we using in our program.
for example:
#include<stdio.h>
void main()
in the above when compiler check program it start execution
of program from main and will tell that uor header file
is "standard input output header file"

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it cc or c in a letter?

1077


How can you determine the size of an allocated portion of memory?

1361


How can I write a function analogous to scanf?

1232


#include #include struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

6393


Is it valid to address one element beyond the end of an array?

1224


where are auto variables stored? What are the characteristics of an auto variable?

1103


Is there sort function in c?

1068


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

1156


What are the c keywords?

1255


Why is c so important?

1100


Why does notstrcat(string, "!");Work?

1205


What is difference between && and & in c?

1157


How are strings stored in c?

1078


Does c have class?

1179


Is c is a middle level language?

1126