Monday, January 11, 2010

What is a function?

A self-contained program that perform an actions.


Two Types of Function
1. void function - a function that performs an action.
2. value returning function - a function that performs an action and returns a value.

No comments:

Post a Comment