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

Hi,
main()
{
}

Is a user defined function or Built in Functionn

Answer Posted / vignesh1988i

it's actually user defined built in function...... since we
the user gave the function name as main() when we write the
coding for the compailer........

Is This Answer Correct ?    28 Yes 41 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a proram to reverse the string using switch case?

2884


Do you know the use of fflush() function?

1012


Why enum is used in c?

898


Explain main function in c?

1045


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

6188


What is use of #include in c?

1089


If null and 0 are equivalent as null pointer constants, which should I use?

1120


What is the translation phases used in c language?

1060


What is typedef example?

1112


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

1019


What is difference between structure and union in c?

925


What are different storage class specifiers in c?

1042


What's the total generic pointer type?

1010


What is context in c?

884


How main function is called in c?

1072