See complete series on data structures here:
• Data structures
In this lesson we will write C program to insert a node at the beginning of a linked list.
Pre-requisites:
Good knowledge of pointers, scope of variables and dynamic memory allocation.
Check this lesson on dynamic memory allocation:
• Pointers and dynamic memory - stack v...
See complete series on pointers here:
• Pointers in C/C++
Please drop your questions (if any) in comments. We will be glad to answer.