➜
KUMAR SHIVAM
Define array. Explain review of arrays
Data Structures and Algorithms
Answer in Short
An array is a linear data structure that collects elements of the same data type and stores them in contiguous and adjacent memory locations.
Explanation
1306
0
Share:
KUMAR SHIVAM
More Questions from
Data Structures and Algorithms Module 1
<p>Define Data structures. Classify the data structures.</p>
<p>Define data structure. Explain data structure operations ?</p>
<p>Why do we need dynamic memory allocation techniques? Explain the functions available for allocating memory dynamically.</p>
<p>Explain declaration, initialization of One dimensional and Two dimensional arrays.</p>
<p>What are pointers? How do we use pointers to different data types?</p>