Skip to content

Array Length vs. Capacity

Array capacity is how many items an array can hold, and array length is how many items an array currently has.

Arrays Course Data Structures and Algorithms
Gopi Gorantala