C <string.h>

The C <string.h> header file declares a set of functions to work strings.

C strcat()

Concatenates two strings

C strcmp()

compares two strings

C strcpy()

copies string

C strlen()

calculates the length of a string