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...
Aug 15, 20212 min read52


