Which libraries are used in C? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which libraries are used in C?

Libraries used in C and its use

2nd May 2019, 2:45 AM
Kiran Borade
Kiran Borade - avatar
2 Answers
+ 4
Libraries are basically the header files which contain different funtions to perform different work. You must include a header file in your program in order to use its function. E.g. pow () funtion is a part of <math.h> header file. To use pow () funtion you must include math.h . Some important built-in header files are- iostream.h, stdio.h, time.h, conio.h, string.h etc.
2nd May 2019, 3:13 AM
Avinash Avi
Avinash Avi - avatar
2nd May 2019, 3:13 AM
Mohd Abdul Sameer
Mohd Abdul Sameer - avatar