What is the output of the given code?
#include iostream
#include string
int main ()
{
std::string str ("Sookshmas.");
str.back() = '!';
std::cout str endl;
return 0;
}

Posted on by