Tuesday, December 1, 2009

Diff b/w argument & parameter
Remember the term argument refers to the value that is used to call a function. The variable that receives the value of an argument is called a parameter. In fact, functions that take arguments are called parameterized functions.