Kizspy | Question: 35
(Choose 1 answer)
What will be the result of performing a binary search on an unsorted array?
A. The search may return an incorrect index or fail to locate the target element.
B. The search will always find the target element if it is present somewhere in the array.
C. The search will perform as expected, but only for elements in the lower half of the array.
D. The search will automatically sort the array before locating the target element.