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 / manjunath

Its a user defined function. How can it be inbuilt
function? We are the one who writes the main function.
Program execution starts with main function. We can also
compile a code without main, but we cant create exe, since
it requires a main function to execute.

Is This Answer Correct ?    55 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is the advantage of a random access file?

1175


Why double pointer is used in c?

1087


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

1368


Explain how can a program be made to print the line number where an error occurs?

1282


What is header file in c?

1107


What is a file descriptor in c?

1193


What is an lvalue?

1105


What do header files do?

1133


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

1222


What is a shell structure examples?

1148


How do you define CONSTANT in C?

1362


What is the modulus operator?

1253


What are Macros? What are its advantages and disadvantages?

1216


explain what is fifo?

1129


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

1189