

InterviewSolution
Saved Bookmarks
1. |
How do we break from an infinite loop without keeping a break statement within the loop?(a) Press Ctrl+C(b) Press Ctrl+Z(c) Loop won’t be terminated(d) Press Ctrl+XThe question was asked during an online interview.My question comes from Loops in chapter Interacting with MATLAB of MATLAB |
Answer» Right answer is (a) Press Ctrl+C |
|