Question:Which of the following is false?
A A binary search begins with the middle element in the array
B A binary search continues halving the array either until a match is found or until there are no more elements to search
C If the search argument is greater than the value located in the middle of the binary, the binary search continues in the lower half of the array
+ AnswerC
+ Report