Ask Question
13 July, 09:42

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

+2
Answers (1)
  1. 13 July, 09:51
    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?
Find an answer to your question ✅ “A variable of the data type arrays is storing 10 quantities. What is true about these quantities? ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers