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
What is main () in c language?
Can i use “int” data type to store the value 32768? Why?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Do you know the purpose of 'register' keyword?
how to build a exercise findig min number of e heap with list imlemented?
What is a stream?
What are the application of c?
What are c preprocessors?
Is c a great language, or what?
formula to convert 2500mmh2o into m3/hr
What is difference between function overloading and operator overloading?
What does *p++ do? What does it point to?
Explain what is the benefit of using const for declaring constants?
What are the advantages and disadvantages of pointers?
what are bit fields in c?