the function main() is ?
Answers
Answered by
13
Answer:The main () function as a built-in function: The compilers of most of the programming languages are so designed that the main () function constitutes the entry point of the program execution. ... The main () function provides a platform for calling the first user-defined function in the program.
Explanation:
Similar questions