Skip to content

When to use / avoid arraysΒΆ

When to use: - When there is a need to store data of similar type - When random access is regular affair

When to avoid: - When data is not homogenous - When the size of the data is not known