Answer:
Library Functions: Library functions are the ones which are predefined functions.
Step-by-step explanation:
Library Functions must be used along with the appropriate header files .
Header files contains the signature of library functions.
Using these functions it reduces the time of the programmer .
List of some library Functions:(in C Language)
- printf()
- scanf()
- sqrt()
- strcpy()
- strcmp()