Question d’entretien chez Cavista Technology

Difference between array and list in C#

Réponse à la question d'entretien

Utilisateur anonyme

7 nov. 2021

Data in arrays are stored in contiguous blocks of memory while data in lists are stored in noncontiguous blocks of memory.