What is the output of the following snippet
int main()
{
int i;
for(i=0; i8; i++);
{
printf("cppbuzz");
}

return 0;
}

Posted on by