Parallel Arrays

   

When you sort records, two possible approaches are to place related data items in parallel arrays and to sort records.

A. Please describe the need for parallel arrays. How arrays can only hold a single data type?

B. What are the limitations of parallel arrays? How many parallel arrays are too many? Please give examples.