Appendix C

Header Files and Standard Library Functions

Every C compiler provides the standard library functions. The following table describes few C library functions that can be used by programmers’ in their programs. Since standard library functions are huge in numbers, it is not possible to include all of them in this appendix. Programmer can refer to the help of the C compiler. Functions supported by compilers may vary from compiler to compiler.

Header files and functions supported by a compiler are as under.

  1. stdio.h
    Function Name & Syntax Description Examples
    printf:int printf(const char *format, argument, …); It applies each argument to corresponding format specifier in *format and sends formatted output to stdin. If successful, ...

Get C Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.