There are various standard library functions and a macro defined under <string.h> to manipulate and perform operations on strings and array of characters in C programming.
Function | Description |
---|---|
C strcat() | Concatenates two strings |
C strcmp() | compares two strings |
C strcpy() | copies string |
C strlen() | calculates the length of a string |