Вот только char[...] это массив символов, а не строка. Со строкой думаю так получится#include <iostream> #include <string> #include <algorithm> using namespace std; int main() { string str = "любая строка"; reverse(str.begin (), str.end ()); cout << str; }
Output: акортс яабюл
tr:nth-child(odd){
background: rgba(0, 0, 0, 0.2);
}
tr th:nth-child(odd){
background: rgba(0, 0, 0, 0.2);
}