Vidyalelo
Data Structure · Q991

Miscellaneous on Data Structures

Programming · Data Structure · question 991

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board