Data Structure Array – Introduction
A list of a finite number of homogenous data elements that have the same type is called an array. an array can be classified in terms of dimensions as shown below. Types of the array in Data Structure Linear/One-dimensional arrays Two-dimensional arrays Multi-dimensional arrays How to access elements of the array As we know that […]