Bonusly interview question

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

Interview Answer

Anonymous

31 July 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.