In this video I have shown how to implement or code the linked list (singly) in C Language. This video is first part of linked list coding. In the next video, I will make small CLI application to use the linked list that we have coded in this video.
Topics Covered:
1. What the node is.
2. How to create a node.
3. How to implement basic node operation.
4. Creating a linked list.
5. Adding new node to linked list.
6. Deleting a node from the list.