

MCQOPTIONS
Saved Bookmarks
1. |
What is the use of apply() function in Valarray? |
A. | Returns new array after shifting elements by the given number |
B. | Returns the summation of all elements of the Valarray |
C. | Applies the manipulation provided to all the elements of the array |
D. | Returns new array after circular shifting elements by the given number |
Answer» D. Returns new array after circular shifting elements by the given number | |