what will the lower bound return using compartor function?
if money=100 and lower bound returns address of 100 only then value of lb will become 50 because we are subtracting one from the index (address of 100 - base address) then why is it showing 100 when the code is running?