InterviewSolution
Saved Bookmarks
| 1. |
The _______ function sorts an array of objects.(a) bsort()(b) hsort()(c) ssort()(d) qsort()The question was asked in an internship interview.This intriguing question comes from General Utilities in division C Library of C |
|
Answer» The correct choice is (d) qsort() |
|