Programming with Passion

Make the best out of everything.

Tuesday, 22 March 2016

Main Function

Main Function


You can write the body of program inside the main function. The function is indicates with the symbol (). And starting and ending braces are there.

Syntax


Main()

{

}

No comments:

Post a Comment