Input string is : "C++ is Cool" Output reversed string is : "looC si ++C" The second implementation which doesn't make use of the substr function rather take an extra integer input is as follows: #include <stdio.h> #include <string> #include <iostream> using namespace std; static str...