M

Mr. Dubey • 52.30K Points
Coach

Q. 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
Correct : Option (D)

Explanation:
 iterative linear search, recursive linear search and recursive binary search can be applied to search for an element in the above given array.

Share

Discusssion

Login to discuss.

Be the first to start discuss.