The C standard library comes with a sorting function called qsort. It uses quicksort, which is much faster than the simpler Bubble Sort. In this video we'll learn how to call the qsort from your program and how to write the comparison function that it needs to be able to sort any kind of array.