InterviewSolution
Saved Bookmarks
| 1. |
Which of the following loops will execute the body of loop even when condition controlling the loop is initially false?(a) do-while(b) while(c) for(d) none of the mentioned |
|
Answer» Right option is (a) do-while To elaborate: None. |
|