April 2010
Intermediate to advanced
356 pages
7h 45m
English
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.
| 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, ... |
Read now
Unlock full access