Merging two linked list

I am not clear on how to approach this?
Should I make new Linked List?

Hey @bhavik911
Given two sorted Linked List, we need to merge the two Linked List such that the new Linked List still remain sorted. (kuch merge two sorted array jaisa socho)
Question : Should I make new Linked List?
answer : yes