Home » Archives for November 22nd, 2009
Calling a Function
Calling a Function:
Executing the statements of a function to perform a task is called calling of the function. A function is called by referencing its name. The parameters (if any) of the function are given in parentheses after the name of the function. If a function has no parameters then the parentheses are left blank. If a function has a return value of numeric type then...