cppreference.com
Search
Log in / create account
Namespaces
Page
Discussion
Variants
Views
View
Edit
History
Actions
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)
[edit]
bsearch
searches an array for an element of unspecified type
(function)
[edit]