CBSE Class 12 Computer Science Question 15 of 68

Data Structures - I : Linear Lists — Question 2

Back to all questions
2
Question

Question 2

In linear search, each element of the list is compared with the given item to be reached for, one-by-one.

Answer