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
Why c is a mother language?
What is the difference between memcpy and memmove?
What is the use of function in c?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Explain how do you convert strings to numbers in c?
Explain the meaning of keyword 'extern' in a function declaration.
What are different types of pointers?
What is chain pointer in c?
Why doesnt long int work?
What is the purpose of sprintf?
Define VARIABLE?
What is a 'null pointer assignment' error?
What is a pointer variable in c language?
What are the two types of structure?
Here is a neat trick for checking whether two strings are equal