What is an array?
watch my previous question
Answers
Answered by
1
Answer:
An array is a collection of similar data elements stored at contiguous memory locations. It is the simplest data structure where each data element can be accessed directly by only using its index number. ... Rather, we can define an array which will store the data elements at contiguous memory locations.
Answered by
1
Answer:
array is defined as an ordered set of similar data items. All the data items of an array are stored in consecutive memory locations in RAM. The elements of an array are of same data type and each item can be accessed using the same name.
Explanation:
hope it helps
Similar questions