InterviewSolution
Saved Bookmarks
| 1. |
Which of the given function is used for searching?(a) lsearch()(b) bsearch()(c) csearch()(d) qsearch()This question was posed to me during an interview for a job.My doubt is from General Utilities in chapter C Library of C |
|
Answer» The correct answer is (b) bsearch() |
|