![]() |
| Standard library function in C |
Standard library function in C:-
All the C function which are define inside the standard library of C are know as standard library function and The C standard library or libc is the standard library for the C programming language, as specified within the ISO C fashionable. Starting from the original ANSI C wellknown, it became developed on the identical time because the C library POSIX specification, that is a superset of it. Standard library function is also called built in function in C.
All important standard library functions :
- <stdio.h> functions
- printf()
- scanf()
- getchar()
- <conio.h> functions
- clrscr()
- getch()
- <string.h> functions
- <alloc.h> function / <stdlib.h> functions
- malloc()
- calloc()
- relloc()
- free()
_________________________________
- printf()
- scanf()
- getchar()
- <conio.h> functions
- clrscr()
- getch()
- <string.h> functions
- <alloc.h> function / <stdlib.h> functions
- malloc()
- calloc()
- relloc()
- free()
_________________________________
Conclusion:
In this article we have learned about standard library function in C in detail with several example but still if you have any doubt in this topic then feel free comment below.
