Ask Question

This term describes two or more arrays that hold related data, and the related elements in each array are accessed with a common subscript.

a. synchronous arrays

b. asynchronous arrays

c. parallel arrays

d. two-dimensional arrays

+3
Answers (1)
  1. 5 July, 22:22
    0
    Option (c)

    Explanation:

    Parallel arrays are those arrays which are used to store some records which needs more than one array to hold a entry but are interrelated and should be accessed by same index number. As they are of different data types so can't be stored as multi-dimensional array or matrix. Then parallel array comes to rescue. For example : Details of a student.

    Name, age and ID of a student needs to be stored. So, three arrays can be made and each entry should be accessed by same index number.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “This term describes two or more arrays that hold related data, and the related elements in each array are accessed with a common subscript. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers