main is a predefined or user define function
if user defined why?
if predefined whay?
Answer Posted / mayank jain
Main() is a user define function because user define it, and main is a keyword that is predefined, that also tell the compiler for the execution of program is starting from here.
when we Write the program we never declare the main function anywhere, only define it.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the different types of objects used in c?
State the difference between x3 and x[3].
Why flag is used in c?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What is the best organizational structure?
Is c is a low level language?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What is file in c preprocessor?
What is the difference between break and continue?
What is the use of #include in c?
What are logical errors and how does it differ from syntax errors?
What is the difference between null pointer and wild pointer?
What is the easiest sorting method to use?
What is difference between && and & in c?
How can I avoid the abort, retry, fail messages?