

InterviewSolution
Saved Bookmarks
1. |
Which line is treated as H1 line?(a) Comment line succeeding function definition(b) Comment line preceding function definition(c) Comment line after function(d) All lines before and after function definitionThe question was posed to me in exam.I need to ask this question from Functions in division MATLAB Basics of MATLAB |
Answer» Correct answer is (c) COMMENT line after function |
|