Computer Science, asked by suchitakumari2707, 6 months ago

Describe the use of Function Library.​

Answers

Answered by Anonymous
5

Explanation:

Library functions in C language are inbuilt functions which are grouped together and placed in a common place called library. Each library function in C performs specific operation. We can make use of these library functions to get the pre-defined output instead of writing our own code to get those outputs.

Answered by mjha9910
4

Answer:

Library functions in C language are inbuilt functions which are grouped together and placed in a common place called library. Each library function in C performs specific operation. We can make use of these library functions to get the pre-defined output instead of writing our own code to get those outputs.

Similar questions