c++ reverse char array code example Example: how to reverse a character array in c++ std::reverse(str, str + strlen(str));