Predefined Functions in C
Predefined functions (also called library functions or built-in functions) are functions that are already written, compiled, and provided by C’s standard libraries. You use them by including the appropriate header file with#include.