main is a predefined or user define function
if user defined why?
if predefined whay?
Answer Posted / shankar dayal
main() function is niether predefined nor user defined function. Because if it is predefined, when program is written in main() function then given their own logic then how it is predefined. Another one if it is user defined, then we can write the any function name on the place of main(). So main() is niether a predefined nor user defined function.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Define VARIABLE?
How can I delete a file?
Tell me when is a void pointer used?
Write a C program to count the number of email on text
How do you sort filenames in a directory?
Is int a keyword in c?
c program for searching a student details among 10 student details
what are the advantages of a macro over a function?
Explain function?
How can I dynamically allocate arrays?
Is c easy to learn?
formula to convert 2500mmh2o into m3/hr
What is printf () in c?
Describe static function with its usage?
Differentiate between new and malloc(), delete and free() ?