1.

The continue statement can be used in a switch-case structure.(a) True(b) FalseThis question was posed to me in examination.My question is taken from Branching in section MATLAB Programming of MATLAB

Answer»

Correct CHOICE is (B) False

The BEST explanation: The continue statement is only allowed for and while loops. If we give the continue statement WITHIN a switch-case structure, MATLAB will give an error.



Discussion

No Comment Found

Related InterviewSolutions