Question: If the target value is not present in the array, what will binary search return?
Options:
Correct Answer: -1
Solution:
If the target value is not found, binary search typically returns -1 to indicate absence.