Contact: aviboots(AT)netvision.net.il
39,894 questions
51,825 answers
573 users
#include <iostream> #include <string> int main() { std::string str = "c c++ java python"; std::cout << std::string(str.rbegin(), str.rend()) << std::endl; } /* run: nohtyp avaj ++c c */