You are here

What is main ?

Submitted by Yogesh Suneja on Wed, 09/03/2011 - 20:22

main is a function through which program execution begins.
Every C program must have a main function. Operating system calls main to begin execution.