Palindrome LL......output not comming
move line 94 after line 96
u are making
m->next=NULL;
then trying to assign b = m->nexy which is null then u are reversing it
ohh yeah
thanks…
move line 94 after line 96
u are making
m->next=NULL;
then trying to assign b = m->nexy which is null then u are reversing it
ohh yeah
thanks…