InterviewSolution
Saved Bookmarks
| 1. |
Explain the utility of function library. |
|
Answer» Library functions in C language are inbuilt functions which are grouped together and placed in a common place called library. We can make use of these library functions to get the pre-defined output instead of writing our own code to get those outputs. |
|