How many times Exam over is printed ?
#includestdio.h
int main()
{
while(1)
{
printf(" Exam over");
}

return 0;
}



Posted on by