Computer Science, asked by PragyaTbia, 1 year ago

Explain library function?

Answers

Answered by DMani3
3
Library functions in C language are inbuilt functions which are grouped together and placed in a common place called library.
Answered by orangesquirrel
4

Answer:

Library Functions are certain predefined functions which are found in all the modern programming languages. They help the programmers to perform a specific task easily and within a short span of time.

We can simply call a specific library function from the list instead of writing multiple lines of codes. Library Functions are portable so that they can be used every time and anywhere around the world.

Similar questions