In this article you will learn about arrays, one of the frequently used data structure in programs. We will look at how to declare arrays, access array elements and working with one-dimensional and two-dimensional arrays. Introduction An array is a set of homogeneous variables sharing the same name. Homogeneous in the sense, all […]