Explain the execution of the program step by step with the output.
#includestdio.h
int main()
{
for(;;)
for(;;)
printf("khushipatil");
return 0;
}

Posted on by