main is a predefined or user define function
if user defined why?
if predefined whay?
Answer Posted / sandeep kumar yadav
the definition of main is given by the user so it is called
user define function..
the prototype is define by the compiler so it is called
predefine...
this function is dependent on both user and compiler for
the execution of the program.so it is not only user define
or predefine..
so we can say it is a special function called by operating
system to execute the program.
| Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
write a program to copy the string using switch case?
How can a program be made to print the name of a source file where an error occurs?
What are the string functions? List some string functions available in c.
What is pragma in c?
in linking some of os executables are linking name some of them
What is a program?
What is property type c?
Can a pointer be volatile in c?
What is .obj file in c?
What is putchar() function?
What is 2 d array in c?
What is wrong with this initialization?
What is keyword in c?
Can you please explain the difference between syntax vs logical error?
program for reversing a selected line word by word when multiple lines are given without using strrev