Functions
The standard library functions are predefined functions provided by the C compiler. Using them, specify the header files indicating where to find these functions (include directive)
The function defined by the programmer or the user-defined function are functions created by the programmer / developer for use in a program.