what is the output of the following program?
#includestdio.h
void main()
{
for(;0;)
{
printf("sookshmas");
}
}


Posted on by