Explain the utility of Function Library.
Answers
Answered by
3
Explanation:
Library functions. The C language is accompanied by a number of standardlibrary functions which carry out various useful tasks. In particular, all input and output operations (e.g., writing to the terminal) and all math operations (e.g., evaluation of sines and cosines) are implemented bylibrary functions.
Similar questions