• When the name of an array is used as an
argument, the value passed to the function
is the location or address of the
beginning
of the array
• There is no copying of array elements!
• Morę details on passing parameters to functions: later