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

    1. Report
Copyright © 2024. Powered by Intellect Software Ltd