strings
Matching exercise
Match the items on the right to the items on the left.
strlen()
strcpy()
strcat()
strcmp()
strlwr()
computes string's length
copies a string to another
concatenates(joins) two strings
compares two strings
converts string to lowercase