Q991
Consider the array 1, 1, 1, 1, 1. Select the wrong option?
A.
Iterative linear search can be used to search for the elements in the given array
B.
Recursive linear search can be used to search for the elements in the given array
C.
Recursive binary search can be used to search for the elements in the given array
D.
No method is defined to search for an element in the given array
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board