PREDICT THE OUTPUT FOR THE FOLLOWING CODE
#includestdio.h
int main()
{
for(;;)
{
printf("%d ",68);
}
return 0;
}

Posted on by