Algorithms
From cppreference.com
<
c
C
Language
Type support
Dynamic memory management
Error handling
Program utilities
Date and time utilities
Strings library
Algorithms
Numerics
Input/output support
Localization support
Thread support
(C11)
Atomic operations
(C11)
Algorithms
qsort
bsearch
Defined in header
<stdlib.h>
qsort
sorts a range of elements with unspecified type
(function)
bsearch
searches an array for an element of unspecified type
(function)