What is the purpose of main( ) in C language?
The main() function is the entry point in C programming language. This function is called by OS the moment a user runs a program. The purpose of this function is crucial because the execution of a C program starts from here. Without the main() function, you cannot execute a program.
BY Best Interview Question ON 06 Feb 2019