Saved Bookmarks
| 1. |
Point out the correct statement?(a) Vectorizing the function can be accomplished easily with the Vectorize() function(b) There are different levels of indication that can be used, ranging from mere notification to fatal error(c) Vectorizing the function can be accomplished easily with the vector() function(d) Warnings are generated by the run() function |
|
Answer» The correct answer is (a) Vectorizing the function can be accomplished easily with the Vectorize() function The explanation: Vectorize() function does not preserve the invisibility of the return value. |
|