Vidyalelo
Data Structure · Q52

Searching Algorithms

Programming · Data Structure · question 52

Q52

Given an array arr = 5, 6, 77, 88, 99 and key = 88; How many iterations are done until the element is found?

A.
1
B.
3
C.
4
D.
2
Answer

Answer: Option D

Solution

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