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

main method is inbuilt function.Execution of the program starts with main().JVM should know where the execution of the program start.If it is user defined function,why cant we write
int instead of void before main(string args[]).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is realloc in c?

1115


What is the difference between strcpy() and memcpy() function in c programming?

1090


Why enum is used in c?

962


praagnovation

2287


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

2327


How many main () function we can have in a project?

1115


formula to convert 2500mmh2o into m3/hr

1000


What is a const pointer?

1128


Explain how can I write functions that take a variable number of arguments?

1081


Differentiate between calloc and malloc.

1273


What are the ways to a null pointer can use in c programming language?

1137


What does the error 'Null Pointer Assignment' mean and what causes this error?

1224


What is the easiest sorting method to use?

1176


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3920


What are the differences between Structures and Arrays?

1216