I wrote a function that merges two unsorted singly-linked lists. I simply add each node from the second list to the front of the original list. It seems to work except that when i print the original, now merged list, the newly added elements are 'null'I wrote a function that merges two unsorted sin