What are linked list?
4 years ago
C Programming
A linked list is composed of nodes that are connected with another. In C programming, linked lists are created using pointers. Using linked lists is one efficient way of utilizing memory for storage.
Sanisha Maharjan
Jan 20, 2022