What is the output of the following code snippet
#includestdio.h
int main()
{
int i = 1, j = 1;
for(--i && j++ ; i20; i+=5)
{
printf("sookshmas");
}
return 0;
}


Posted on by