Ask Question
7 July, 22:05

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. 8 July, 00:13
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers