The document contains a C program that implements a singly linked list. It defines a node structure and provides functions to insert a new node at the beginning of the list and to print the list. The main function demonstrates the insertion of three nodes and prints the resulting linked list.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
12 views1 page
7
The document contains a C program that implements a singly linked list. It defines a node structure and provides functions to insert a new node at the beginning of the list and to print the list. The main function demonstrates the insertion of three nodes and prints the resulting linked list.