The correct answer is (b) bsearch()
To explain I would say: bsearch() function is used to search an array of objects, the initial element is pointed by base, for an element that matches the object is pointed by key. The size of each element of the array is specified by size.