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 / abhishek munde

main () is user defined function built in function.....
bcoz we define what it will do... and it already has it's
name as main.

Is This Answer Correct ?    10 Yes 26 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between near, far and huge pointers?

1154


what are the different storage classes in c?

1233


Differentiate between functions getch() and getche().

1108


When should a type cast be used?

1065


Explain how can I manipulate strings of multibyte characters?

1256


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

1340


What is #include stdio h and #include conio h?

1179


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

1127


How do I determine whether a character is numeric, alphabetic, and so on?

1183


Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

1551


what is the structure pointer?

2179


What is calloc in c?

1189


Can we declare function inside main?

1049


Why doesnt this code work?

1123


What is auto keyword in c?

1250