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
Correct answer: False
Explanation
Quick AnswerThe correct answer is False because it directly addresses the core logic of Software Engineering.
Unsorted arrays can be searched with linear search.