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