InterviewSolution
Saved Bookmarks
| 1. |
If a loop is left by ……… then the else part is not executed. |
|
Answer» If a loop is left by Break then the else part is not executed. |
|