What is the output of this program?
#include iostream
#include string
int main ()
{
string str ("Gowri");
for (size i = 0; i str.length();)
{
coutstr.at(i-1);
}
return 0;
}

Posted on by