Saved Bookmarks
| 1. |
In while loop, the loop variable should be updated? (a) along with while statement (b) after the while statement (c) before the while statement(d) inside the body of while |
|
Answer» (d) Inside the body of while |
|