InterviewSolution
Saved Bookmarks
| 1. |
Which function is called repeatedly by bsearch() to compare search elements against the elements in the array?(a) mblem()(b) wctomb()(c) compar()(d) labs()I got this question during an interview.I would like to ask this question from General Utilities topic in division C Library of C |
|
Answer» Right option is (c) compar() |
|