Linked List

*head (head pointer type object) Points the list which contain more than 2 numbers.
If we Want to Enter any single number in Single Linked List at the Begining of list .... Now where head point ..... ??
Please give me Idea .... ! :)
Point the node to the old head, and point the head to the new node.
Topic archived. No new replies allowed.