Introduction to Arrays
What is an array?
An Array is a collection of the elements of Similar Data-Type stored one after another in the memory.
why do we use array ?
We can overcome the disadvantage of using many variables since variables are used to store more than one el...
blog.varunjoshi.co.in2 min read