Home » Archives for November 27th, 2009
Passing Arguments to Function
Passing Arguments to Functions:
If a function needs data to perform a specific task, this data is provided through the arguments of the function. The arguments are placed in parentheses. The arguments are either constants or variables. They are written in the same sequence in which they are defined in the function declaration. The data type of an argument in the function call...