What is the difference between array and link list?
Respuesta de la entrevista
Anónimo
2 de may de 2021
The array is the combination of the same type of data where memory should be fixed time of declaration while link list as an array but dynamic memory allocation.