Learn C practically
and Get Certified.
Popular Tutorials
Start Learning CLearn C Interactively
Try Programiz PROLearn C practically
and Get Certified.
Try Programiz PRO!
Learn C practically
and Get Certified.
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