Arrays are the linear data structure and stores same types of data in continuous memory location. Arrays are best used to store data in continuous memory location. However array can have definite size of data. Maximum size of an array must be set while declaring the array. An array can be defined as below, Diagrammatically … Continue reading