Why Array ?
Before understanding what an array is, let’s look at the problems we face in data management. When you first learn programming, you often store data using individual variables of primitive types like int, float, char, etc. But what happen...