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.

0
Sanisha Maharjan
Jan 20, 2022
More related questions

Questions Bank

View all Questions