Merge sorted linked lists

please check my code

Hey @anindya-gupta
Initialize a and b with NULL
Also in merging when a->data ==b->data that case is missing so add it to either of the ifs

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.