Explore topic-wise MCQs in Data Structure Questions and Answers.

This section includes 1 Mcqs, each offering curated multiple-choice questions to sharpen your Data Structure Questions and Answers knowledge and support exam preparation. Choose a topic below to get started.

1.

Given, arr = {1,3,5,6,7,9,14,15,17,19} key = 17 and delta = {5,3,1,0}

A. How many key comparisons are made?(exclude the comparison used to decide the left or right sub array)
B. 4
C. 3
D. 5
E. 6
Answer» C. 3