Computer Science, asked by prabhatasati162, 2 months ago

What is library function ? Explain​

Answers

Answered by Ayansiddiqui12
2

Explanation:

  • These function are the built-in functions i.e., they are predefined in the library of the C. These are used to perform the most common operations like calculations, updatation, etc. Some of the library functions are printf, scanf, sqrt, etc.

Answered by ltzSweetAngel
3

Answer:

Librarý functionš in C languagě are inbuilt functions which are groupeď togetheř and placed in a commoñ place called library. Each library functioñ in C performš specific opeřation. We can make use of these library functionș to get the pre-defineď outpuť instead of writinğ ouř own codě to get those outputš.

Similar questions