int main()
{
for(;;) {
printf("INSIDE FOR LOOP");
return 0;
}
}
How many times is the printf statement gonna be printed? and why?
How many times is the printf statement gonna be printed? and why? |
||||
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
It loops forever because there is no condition (what normally goes between the |
|||
|
|
AnswerSuchQuestion. As it is really waste to answer if some-one can't try to do hishome-work! – Luv Jan 28 at 5:18