What is the difference between array and link list?
Risposta di colloquio
Anonimo
2 mag 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.