Merge soted linked list problem

the second list is not printing properly.

Hi vipin
In buildlist func

  1. use cin>>data before push(head,data) and
  2. delete cin>>data before the while loop.

Hope it helps
Mark resolved if satisfied :slight_smile:

1 Like