InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by loop body? |
| Answer» UTER SCIENCE, a for-loop (or simply for loop) is a control FLOW STATEMENT for specifying ITERATION, which allows code to be executed repeatedly. ... The header often declares an explicit loop counter or loop variable, which allows the body to know which iteration is being executed | |