Question:What are linked list? 

Answer 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. 

+ Report
Total Preview: 1056
What are linked list?
Copyright © 2024. Powered by Intellect Software Ltd