
- Forum
- Programming Talk
- C and C++
- What is the use of this Function
What is the use of this Function
This is a discussion on What is the use of this Function within the C and C++ forums, part of the Programming Talk category; I want to know the use of qsort function in C programming language. Is this used for sorting elements as ...
-
03-26-2007, 04:39 PM #1
- Join Date
- Apr 2006
- Answers
- 124
What is the use of this Function
I want to know the use of qsort function in C programming language. Is this used for sorting elements as the name implies.
-
also called quick-sort, yes it is one of the sorting (a rather expensive one) method

Reply With Quote





