Pregunta de entrevista de Cavista Technology

Difference between array and list in C#

Respuesta de la entrevista

Anónimo

7 nov 2021

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