employer cover photo
employer logo
employer logo

Cavista Technology

Is this your company?

Cavista Technology Interview Question

Difference between array and list in C#

Interview Answer

Anonymous

Nov 7, 2021

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