Computer Science, asked by ramparvesh42590, 5 months ago

the function main() is ?

Answers

Answered by mahi946535
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