

InterviewSolution
Saved Bookmarks
1. |
In nested loops, the continue statement, if present within an if structure, will exit the ____________(a) If structure(b) current iteration(c) entire loop(d) ErrorThis question was addressed to me in an interview for job.This is a very interesting question from More about Loops in division MATLAB Programming of MATLAB |
Answer» Correct OPTION is (b) CURRENT iteration |
|