Arrays and Its Basics.
What is an Array?
Array is one of the most fundamental Data Structure in the world of programming.
An array is a collection of items stored at contiguous memory locations. The idea is to store multiple items of the same type together.
This makes i...
cswithiyush.hashnode.dev2 min read