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
Is c a great language, or what?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is the use of gets and puts?
Using which language Test cases are added in .ptu file of RTRT unit testing???
What is #include stdio h?
What is #ifdef ? What is its application?
how to count no of words,characters,lines in a paragraph.
What is the difference between typedef struct and struct?
Explain how do you determine whether to use a stream function or a low-level function?
Is null always defined as 0(zero)?
What is the process of writing the null pointer?
What does struct node * mean?
Explain how can you restore a redirected standard stream?
Which is better pointer or array?
Can we declare variable anywhere in c?