the tolower(char) toupper(char) functions can be used to convert a char to an upper or lower case. I wanted to use these functions together with a char array, if the character in the array is lower case then convert it to upper case. But i'm not sure how to tell if the character in the array is upper or lower case to run the appropriate function.. any ideas?