What is the output of this code
    #include iostream
int main ()
{
char str[] = "Sookshmas";
int val = 78;
char ch = 'A';
cout.width (5);
cout right;
cout val endl;
return 0;
}

Posted on by