Feedback for subjective question
Question 1: Write a friend function for a Linked List class called merge? Lists that takes two non-empty lists, merge these two lists and return the merged list.
Use the following function prototype:
List mergeLists(List x,List y)
Use the following function prototype:
List mergeLists(List x,List y)
Current Answer:
Be the first to post an answer to earn 100CR.