Array Functions and Sorting
Array Functions and Sorting
sorting
Passing array to function
To pass an array to a function , it is sufficient
to list the name of array without any
subscripts , and the size of array as
arguments .
Example 1