How many times CppBuzz.com is printed?


int main()
{
while(1)
{
    printf("CppBuzz.com");
}

return 0;
}

Posted on by