How many times sookshmas.com is printed?
int main()
{
while(1)
{
printf("sookshmas.com");
}
return 0;
}

Posted on by