How many times Hello is printed?
int main()
{
int i=0;
lbl:
cout"Sookshmas";
i++;
if(i5)
{
goto lbl;
}
return 0;
}


Posted on by