MCQOPTIONS
Saved Bookmarks
| 1. |
What is the working of the nargin keyword? |
| A. | Returns the number of inputs to a function as an output of the same function |
| B. | Gets assigned to a value equal to the number of inputs of a function |
| C. | Gets assigned to a value equal to the number of inputs+1 of a function |
| D. | Gets assigned to a value equal to the number of inputs-1 function |
| Answer» C. Gets assigned to a value equal to the number of inputs+1 of a function | |