whats the error?
INTERSECTION OF LINKEDLIST
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
pls share ur complete code

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.