(Choose 1 answer)
Select the statement that is most correct.
Which of the following is the required condition for binary search algorithm?
A. There must be mechanism to insert an element in the middle of the list.
B. There should be the direct access to the middle element in any sub-list.
C. The list must be sorted.
D. Binary search algorithm is always applicable for a list.