Questions Tagged [qsort]

qsort is the name of a C standard library function that sorts arrays using a caller-provided comparison function. Other programming languages may provide similar functions by the same name. Name notwithstanding, these functions do not necessarily implement quick-sort, so use the [quicksort] tag instead for questions specifically about the that algorithm. Use [qsort] ONLY for questions about library functions of that name.

Question is empty. Ask new Question

Popular Questions