Tuesday, September 29, 2009

The main () function

Every program has a special function named main. It is special because the execution of any program starts at the beginning of its main function. When a function is called, it is usually provided with a list of values called arguments or parameters. The parentheses () are used for passing parameters to a function.

0 comments:

Post a Comment