Search:
Forum
Beginners
Linked List
Linked List
Mar 8, 2013 at 5:31pm UTC
kamilfaheem
(9)
*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 .... ! :)
Mar 8, 2013 at 5:38pm UTC
LB
(13399)
Point the node to the old head, and point the head to the new node.
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs