InterviewSolution
Saved Bookmarks
| 1. |
In nested loops, the continue statement exits the ____(a) current iteration(b) loop(c) inner(d) outerThis question was addressed to me in a national level competition.Enquiry is from More about Loops in chapter MATLAB Programming of MATLAB |
|
Answer» Right option is (a) CURRENT iteration |
|