What is an array? An Array is a collection of elements and values at once. It is used when we want to store a list of elements and access them by a single variable. Array index starts from 0, so the first element will be at zero index. We can acces...
pritijaju.hashnode.dev3 min read
No responses yet.