Custom Search

Tuesday, April 10, 2012

what is the difference between parameters and arguments?

# Parameters
----------
A parameter represents a value that the procedure expects you
to pass when you call it.
# Arguments
---------
An argument represents the value you pass to a procedure
parameter when you call the procedure.