

InterviewSolution
Saved Bookmarks
1. |
In nested loops, the break statement exits the ____ loop.(a) external(b) last started ongoing(c) not available in MATLAB(d) forI got this question in an interview for job.My doubt stems from More about Loops in portion MATLAB Programming of MATLAB |
Answer» Right OPTION is (b) last started ongoing |
|