#includestdio.h 
int i;
int fun();

int main()
{
while(i)
{
fun();
main();
}
printf("sookshmas");
return 0;
}
int fun()
{
printf("sookshmas beyond knowing ");
}

Posted on by