

InterviewSolution
Saved Bookmarks
1. |
The if structure is a _________(a) Conditional structure(b) Logical structure(c) Nested structure(d) Biased structureI got this question in a national level competition.My query is from Branching topic in section MATLAB Programming of MATLAB |
Answer» CORRECT option is (a) CONDITIONAL structure Easy explanation: The STEPS of EXECUTION in the if structure follows a hierarchy of checking conditions. If the condition is not satisfied, the control breaks from the structure and goes to execute the next state of statements. |
|