Array (data structure)
What is an Array ?
An array is an object where we can store more numbers of data in a single variable like a list. Each element in the array is accessed and we can add a new element or can remove the element. Whereas in a single variable we can ad...
nishantpratihast.hashnode.dev5 min read