
Main-function-vector SVG Picture
Get here the vector image representation of main function. In C programming, "main function" is the first function to be called during the execution of program. It is the starting function. Like any other function, the name "main" comes first, followed by set of parentheses and at-last curly braces. It is the user-defined function.