Wednesday, November 2, 2011

Standard Library String Functions in C programming language

With every C compiler a large set of useful string handling library functions are provided. Figure lists the more commonly used functions along with their purpose.


Out of the above list we shall discuss the functions strlen( ), strcpy( ),  strcat( ) and strcmp( ), since these are the most commonly used functions. This will also illustrate how the library functions in general handle strings. Let us study these functions one by one.

No comments:

Post a Comment