The Most Commonly-used string
functions Are As Follows:-
1. strcat - concatenate two strings.
2. strchr - string scanning operation.
3. strcmp - compare two strings.
4. strcpy - copy a string.
5. strlen - get string length.
6. strncat - concatenate one string with
part of another.
7. strncmp - compare parts of two strings.
8. strncpy - copy part of a string.