+ 2
Who call the main function in C ?
basic part of C which is executed all the programmes of C.
2 Answers
+ 2
The Operating System is what calls the main function/loop of the program, which is how it starts the program; it's the entry point. As a loop, it'll keep the program open until the user closes it or it crashes out.