Develop a link list program to demonstrate the add,
March 9, 2007 at 2:42 PM
Develop a link list program to demonstrate the addition, removal of elements from the link list. User should be able to set the first point in the link list. Additional and removal should start from that point. It is possible to shift the position of first point any time and then addition and removal should take place from there onwards.