Ask Question
21 January, 10:22

A variable of the data type arrays is storing 10 quantities. What is true about these quantities?

+5
Answers (1)
  1. 21 January, 12:08
    0
    They are of the same data type

    Explanation:

    An array is an indexed collection of data elements of the same type. An array is a set of data elements stored under the same name. Arrays can be created to hold any type of data, and each element can be individually assigned and read. The restriction of the same type is an important one, because arrays are stored in consecutive memory cells. Every cell must be the same type (and therefore, the same size).
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “A variable of the data type arrays is storing 10 quantities. What is true about these quantities? ...” 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