

MCQOPTIONS
Saved Bookmarks
1. |
What is the working of the varargin command? |
A. | takes 1*N inputs after the defined inputs in a function |
B. | takes N*1 inputs after the defined inputs in a function |
C. | takes N*N inputs after the defined inputs in a function |
D. | takes 1*1 inputs after the defined inputs in a function |
Answer» B. takes N*1 inputs after the defined inputs in a function | |