Computer Science, asked by pooja5368, 1 year ago

which type of array is used for a collection at elements having same datatype​

Answers

Answered by ankitagangrade8
0

Answer:

Single Dimension Array

Explanation:

Array are Set of Elements having same data type or we can say that Arrays are collection of Elements having same name and Array are always start from its index value and index of array is start from 0 to n-1.

Suppose we want to Access 5th Element of array then we will use 4th Element Because Array are start from 0 and array are always stored in Continuous Memory Locations.

Similar questions