

InterviewSolution
Saved Bookmarks
1. |
Amongst multiple elseif and nested if, which would take less runtime?(a) multiple elseif(b) nested if(c) elseif(d) elseif & nested ifThe question was posed to me in class test.This key question is from Branching in chapter MATLAB Programming of MATLAB |
Answer» Correct choice is (a) multiple elseif |
|