INTERSECTION OF LINKEDLIST


whats the error?

hello @samardeep

while(l!=m){
        l=l->next;
        m=m->next;
    } 

here u need to add some more conditions l!=NULL && m!=NULL otherwise u will get seg fault

https://ide.codingblocks.com/s/453830 now check, still giving segmentation falt

pls share ur complete code

ss

its working fine.

clear ur cache and try to submit again

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.