InterviewSolution
Saved Bookmarks
| 1. |
What happened when the condition of while loop becomes false ? |
|
Answer» When the condition becomes false, program control passes to the line immediately following the loop. |
|