C programming assignment,
(Not rated)
(Not rated)
C programming assignment,
1. Write a program that concatenates two linked lists of characters. The program should
include function concatenate that takes pointers to both lists as arguments and
concatenates the second list to the first list.
2. Write a program that merges two ordered lists of integers into a single ordered list of
integers. Function merge should receive pointers to the first node of each of the lists
to be merged and should return a pointer to the first node of the merged list.
3. Write a program that creates a linked list of 10 characters, and then creates a copy of
the list in reverse order.
11 years ago
the answer
NOT RATED
Purchase the answer to view it

- answer.zip