Bonusly Interview Question

What is an Array? How to implement it in cpp.

Interview Answer

Anonymous

Jul 31, 2024

An array is commonly referred to as a collection of items stored at contiguous memory locations. Items stored are of the same type. It organizes data so that a related set of values can be easily sorted or searched.