Question: If a binary search algorithm returns -1, what does it indicate?
Options:
Correct Answer: The element is not in the array
Solution:
A return value of -1 typically indicates that the searched element is not present in the array.