It is not possible to do a search operation in an array that is not sorted. State True/False.
Answer options
A
True
B
False
C
It is not mandatory to sort an array when searching an element randomly. It can be either sorted or unsorted
Correct answer: False
Explanation
The source marks the correct answer as: False.