Question d’entretien chez Bonusly

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

Réponse à la question d'entretien

Utilisateur anonyme

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