#includestdio.h
int main()
{
int i=1;
if(!i)
printf("khushi");
else
{
i=0;
printf("patil");
main();
}
return 0;
}

Posted on by