Consider binary search over a large sorted array of keys. Th…
Consider binary search over a large sorted array of keys. The variables l and h are 32-bit integers representing the current low and high indices (inclusive) into this array.In the binary search code, which expression for the midpoint index mid is preferred?