Standard library function in C

standard library function in c
Standard library function in C

In this article we will talk about what is Standard library function in C and in addition all the standard library function of C will have updated here with specific article , you can read those article just click on function name.

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

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.
Post a Comment (0)
Previous Post Next Post