Chapter 17: Problem 13
Write a function ListNode *ListConcat(ListNode *list1, ListNode *list2) That concatenates the items in list2 to the end of list1 and returns the resulting list.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.