Friday, January 11, 2013

Standard Labrary in C

C Language - Standard Library Functions

In the C Programming Language, the Standard Library Functions are divided into several header files. Below are the header files that we will cover:

Headers

<stdio.h> Input/Output Functions
<string.h> String Functions
<stdlib.h> General Utility Functions
<stdarg.h> Variable Argument List Functions
<assert.h> Diagnostics Functions
<signal.h> Signal Handling Functions

No comments:

Post a Comment