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's a good way to check for "close enough" floating-point equality?
What do you know about the use of bit field?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What are header files in c?
What is bash c?
What are the salient features of c languages?
what is the difference between class and unio?
How can I implement sets or arrays of bits?
Is c high or low level?
Is null a keyword in c?
What are identifiers c?
What is meant by inheritance?
write a program to create a sparse matrix using dynamic memory allocation.
What does 1f stand for?
How are structure passing and returning implemented?