1. Computer Science Engineering (CSE)
  2. Data Structures (DS)
  3. Searching, Sorting and Hashing Technique...
  4. Given an array arr = {5,6,77,88,99} and ...
Q.

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» D. 2
View all MCQs in:   Data Structures (DS)

Discussion