InterviewSolution
Saved Bookmarks
| 1. |
explain the utility of function library |
|
Answer» Library functions. TheClanguage is accompanied by a number of standardlibrary functionswhich 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. |
|