...

/

Two Dimensional Arrays

Two Dimensional Arrays

In this lesson, an introduction of another type of Arrays known as two-dimensional Array is provided.

We'll cover the following...

Apart from linear arrays, there is another type of array known as two dimensional array. Let’s discuss briefly about it.

What are two-dimensional arrays?

Unlike linear arrays, two-dimensional arrays are just like an m x n matrix with m number of ...