Sollicitatievraag bij Bonusly

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

Antwoord op sollicitatievraag

Anoniem

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