What will be the output of the following code?
int main()
{
while(1)
{
if(printf("%d,printf("Sookshmas")))
break;
if(5)
continue;
}
return 0;
}


Posted on by