#include iostream#include stringint main (){ std::string str ("Sookshmas."); str.back() = '!'; std::cout str endl; return 0;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login