Is there a built-in function in C that can be used for sorting data?
4 years ago
C Programming
Yes, use the qsort() function. It is also possible to create user defined functions for sorting, such as those based on the balloon sort and bubble sort algorithm.
Sanisha Maharjan
Jan 20, 2022