echo '' ;
C Programming Language

C – Libraries

In C many pre-defined libraries functions are available. you can create a custom library also. In order to create a new custom user defined library, you need a strong skills in C programming Language. basically libraries are two types, 1) User defined library and 2) Pre defined libraries.

Pre – defined Library functions

In C many pre-defined Library functions are available, In order to use the pre-defined functions, you need to include the respective headers in the code. In below table, you can find the list of header files, descriptions, and learning source links,

SL NoLibrary NameDescriptionsArunEworld
Links
1assert.hDiagnostics FunctionsN/A
2cocale.hLocalization FunctionsN/A
3complex.hA set of function for manipulating complex numbersN/A
4conio.hconsole input/outputLink
5ctype.hCharacter Handling FunctionsLink
6errno.hFor testing error codesN/A
7fenv.hA set of functions for controlling the floating-point environmentN/A
8locale.hDefines localization functionsN/A
9math.hMathematics FunctionsN/A
10setjmp.hNonlocal Jump FunctionsN/A
11signal.hSignal Handling FunctionsN/A
12stdalign.hFor querying and specifying the alignment of objectsN/A
13stdarg.hVariable Argument List FunctionsN/A
14stdarg.hAccessing a varying number of arguments passed to functionsN/A
15stdatomic.hFor atomic operations on data shared between threadsN/A
16stdbool.hDefines a boolean data typeN/A
17stdio.hInput/Output FunctionsLink
18stdlib.hGeneral Utility FunctionsLink
19stdnoreturn.hFor specifying non-returning functionsN/A
20string.hString FunctionsLink
21tgmath.hType-generic mathematical functionsN/A
22time.hDate and Time FunctionsN/A
23uchar.hTypes and functions for manipulating Unicode charactersN/A
25wchar.hDefines wide string handling functionsN/A
26windows.hwindows platform-related library functions.Link

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.