what will be the output?

#includestdio.h
int main()
{
int i = 1, j = 1;
for(--i && j++ ; i20; i+=4)
{
printf("khushi khushi khushi ");
}
return 0;
}

Posted on by