What is the difference between array and link list?
Resposta da entrevista
Sigiloso
2 de mai. 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.