Standard Library String Functions in C

List of all Standard Library String Functions Function Use strlen Finds length of a string strlwr Converts a string to lowercase strupr Converts a string to uppercase strcat Appends one string at the end of another strncat Appends first n characters of a string at the end ofanother strcpy Copies a string into another strncpy … Read more