how to check if a char is uppercase in c++ code example Example: check if character in string is uppercase c++ if (isupper(str[i])) { // str[i] is uppercase }