Click here to Skip to main content
15,909,591 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
3. Write a program to read a list of integer numbers. Your program should be able:
1. To add a new data into the list.
2. To delete the existing data.
3. To list all the data forward.
4. To splitting a linked list at a given node (into two sublists).
5. To merge two lists into one list.
Posted
Updated 12-Apr-12 6:56am
v2

1 solution

This is not a site where people will do your homework for you. You have to try and if you have questions ask. This is not a question, this is a request for someone to do this for you. Sorry, not going to happen.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 12-Apr-12 12:10pm    
Exactly; a 5.
The OP's post reported as not a question.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900