main is a predefined or user define function
if user defined why?
if predefined whay?
Answer Posted / dada khalander
main() is an user defined function.Because the user writing the body of main() function,defining the body of main() by the user.So it can be considered as an user defined function
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How can you check to see whether a symbol is defined?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
Explain how do you determine whether to use a stream function or a low-level function?
What is malloc calloc and realloc in c?
How to write c functions that modify head pointer of a linked list?
How can I trap or ignore keyboard interrupts like control-c?
What is the deal on sprintf_s return value?
Do you know the difference between exit() and _exit() function in c?
When the macros gets expanded?
What are reserved words?
what are the 10 different models of writing an addition program in C language?
Define macros.
What is the difference between text files and binary files?
What is a structural principle?
Do pointers need to be initialized?