The function main() is.......?
Answers
Answered by
1
Answer:
The compilers of most of the programming languages are so designed that the main () function constitutes the entry point of the program execution. It defines the point from which the program has to start executing itself though there are many other sub-routines and other user-defined functions included in the program.
I hope this answer helpful for you.
Answered by
0
The main() function is starting point of the any function in C. Execution of program start from the main () .
The main () function provides a platform for calling the first user-defined function in the program.
Similar questions
Science,
3 months ago
English,
3 months ago
Math,
11 months ago
Biology,
11 months ago
Social Sciences,
11 months ago