Function Arguments

Function arguments (parameters) work as local variables inside functions. Function arguments are the real values received by the function when it is invoked. You can use the same code many times with different arguments, to produce different results.

Back Table of Contents Next