Predict the output of the following code?
#includestdio.h
void main ()
{
int i=0;
do
{
Printf ("sookshmas");
}
while (i!=0);
}

Posted on by