REVIEW QUESTIONS ON ARRAYS AS FUNCTION PARAMETERS

Please note that the material on this website is not intended to be exhaustive.
This is intended as a summary and supplementary material.
NOTE:   No two questions have the same answer.
  1. How are arrays passed as parameters between functions?
  2. How is a single dimensional array passed as a function parameter?
  3. How are two dimensional arrays actually stored?
  4. 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?
  5. 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?

Answers to Review Questions on Arrays as Function Parameters
( To be released after the deadline )


© 1994-07-23 cpsm ; last update 2010-12-30 0:28