what will be the output?

#includestdio.h
int main()
{
int i;
for(i = 0; i9; i+=3)
{
printf("sookshmas ");
}
return 0;
}

Posted on by