Explain library function?
Answers
Answered by
3
Library functions in C language are inbuilt functions which are grouped together and placed in a common place called library.
Answered by
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