InterviewSolution
Saved Bookmarks
| 1. |
The keyword ‘break’ cannot be simply used within _________(a) do-while(b) if-else(c) for(d) whileI have been asked this question in unit test.The query is from Break and Continue topic in portion Control Flow Statements in C of C |
|
Answer» The CORRECT ANSWER is (B) if-else |
|