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