Saved Bookmarks
| 1. |
What is body of loop in short |
|
Answer» Explanation: In COMPUTER science, a for-LOOP (or simply for loop) is a control FLOW statement for SPECIFYING iteration, which allows code to be executed repeatedly. ... A for-loop has two parts: a header specifying the iteration, and a body which is executed once PER iteration. |
|