- How are arrays passed as parameters between functions?
- How is a single dimensional array passed as a function parameter?
- How are two dimensional arrays actually stored?
-
As a result of the actual manner in which two dimensional arrays are stored, what information must be passed
when using arrays as parameters to insure correct data access?
-
What do you need to do if you want to manipulate the values of an array used as a function parameter but need
to preserve the integrity of the original values?
|