Trying to insert a value into sorted linked list, but return value of the function is not having correct value. Input : 1,3,4,10 Insert value: 5 Expected output : 1,3,4,5,10