General Built-in Functions

Learn to use the predefined utility functions available in C++.

Library functions

C++ libraries provide certain utility functions that make it easier for programmers to perform routine tasks, like pow() and sqrt(). The commonly used other such functions are sizeof(), round(), reverse(), and sort().

Note: We have to include respective header files that allow the use of these functions in the program.

Get hands-on with 1200+ tech skills courses.