the second list is not printing properly.
Merge soted linked list problem
Hi vipin
In buildlist func
- use cin>>data before push(head,data) and
- delete cin>>data before the while loop.
Hope it helps
Mark resolved if satisfied
1 Like