Introduction to Arrays in Data Structure
Introduction. An array is an
aggregate data structure that is
designed to store a group of objects of the same or different types. Arrays can hold
primitives as well as references. The array is the most
efficient data structure for storing
and accessing a sequence of objects.
No comments:
Post a Comment